Update src/app/page.tsx

This commit is contained in:
2026-01-28 00:42:52 +00:00
parent 1980022097
commit 24ca2ea639

View File

@@ -10,8 +10,7 @@ import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCa
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve';
import { Heart, Stethoscope, Zap, Star, HelpCircle, Calendar, CheckCircle } from "lucide-react";
import { Heart, Stethoscope, Zap, Star, HelpCircle, Calendar } from "lucide-react";
export default function LandingPage() {
return (
@@ -106,36 +105,6 @@ export default function LandingPage() {
/>
</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">
<MetricCardFourteen
title="Trusted by thousands of patients for their health and wellness needs."
@@ -282,4 +251,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}