Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 24ca2ea639 | |||
| 1980022097 | |||
| 8beea5494d | |||
| 3df420e150 | |||
| 08dbd6d02a |
@@ -10,8 +10,7 @@ import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCa
|
|||||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||||
import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
|
import { Heart, Stethoscope, Zap, Star, HelpCircle, Calendar } from "lucide-react";
|
||||||
import { Heart, Stethoscope, Zap, Star, HelpCircle, Calendar, CheckCircle } from "lucide-react";
|
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -106,36 +105,6 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="services" data-section="services">
|
|
||||||
<FeatureCardTwelve
|
|
||||||
features={[
|
|
||||||
{
|
|
||||||
id: "spinal-care", label: "Spinal Care", title: "Advanced spinal alignment and vertebral adjustment techniques", items: ["Spinal decompression therapy", "Corrective adjustments", "Posture analysis and correction", "Long-term pain relief"],
|
|
||||||
buttons: [{ text: "Learn More", href: "#" }]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "sports-medicine", label: "Sports Medicine", title: "Specialized care for athletes and active individuals", items: ["Athletic performance enhancement", "Injury prevention strategies", "Pre-event preparation", "Rapid recovery protocols"],
|
|
||||||
buttons: [{ text: "Learn More", href: "#" }]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "wellness-prevention", label: "Wellness", title: "Preventive care and holistic health maintenance programs", items: ["Wellness assessments", "Preventive treatment plans", "Lifestyle coaching", "Nutritional guidance"],
|
|
||||||
buttons: [{ text: "Learn More", href: "#" }]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "pain-management", label: "Pain Relief", title: "Comprehensive pain management and therapeutic solutions", items: ["Acute and chronic pain treatment", "Therapeutic exercises", "Soft tissue therapy", "Personalized treatment plans"],
|
|
||||||
buttons: [{ text: "Learn More", href: "#" }]
|
|
||||||
}
|
|
||||||
]}
|
|
||||||
animationType="slide-up"
|
|
||||||
title="Our Premium Services"
|
|
||||||
description="Comprehensive chiropractic solutions tailored to your health needs"
|
|
||||||
tag="Services"
|
|
||||||
tagIcon={Zap}
|
|
||||||
textboxLayout="default"
|
|
||||||
useInvertedBackground="invertDefault"
|
|
||||||
/>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="metrics" data-section="metrics">
|
<div id="metrics" data-section="metrics">
|
||||||
<MetricCardFourteen
|
<MetricCardFourteen
|
||||||
title="Trusted by thousands of patients for their health and wellness needs."
|
title="Trusted by thousands of patients for their health and wellness needs."
|
||||||
|
|||||||
Reference in New Issue
Block a user