diff --git a/src/app/page.tsx b/src/app/page.tsx index f7d0e65..9c85e5b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -23,8 +23,7 @@ export default function HomePage() { const footerColumns = [ { - title: "Services", - items: [ + title: "Services", items: [ { label: "Physical Therapy", href: "#services" }, { label: "Sports Medicine", href: "#services" }, { label: "Pain Management", href: "#services" }, @@ -32,8 +31,7 @@ export default function HomePage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Testimonials", href: "#testimonials" }, { label: "Pricing", href: "/pricing" }, @@ -41,8 +39,7 @@ export default function HomePage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Accessibility", href: "#" }, @@ -92,7 +89,7 @@ export default function HomePage() { description="Patient-Centered Excellence" subdescription="Pyatt MSK Rehabilitation" icon={Heart} - imageSrc="http://img.b2bpic.net/free-photo/physiotherapy-doctor-assisting-elderly-patient-with-leg-exercise-clinic_662251-1742.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/physiotherapy-doctor-assisting-elderly-patient-with-leg-exercise-clinic_662251-1742.jpg" imageAlt="Physiotherapy treatment" mediaAnimation="slide-up" useInvertedBackground={false} @@ -105,29 +102,17 @@ export default function HomePage() { tag="Excellence in Care" metrics={[ { - id: "1", - value: "95%", - description: - "Patient satisfaction rate and successful recovery outcomes across all treatment programs", - }, + id: "1", value: "95%", description: + "Patient satisfaction rate and successful recovery outcomes across all treatment programs"}, { - id: "2", - value: "10,000+", - description: - "Patients successfully treated and returned to their normal activities and lifestyle", - }, + id: "2", value: "10,000+", description: + "Patients successfully treated and returned to their normal activities and lifestyle"}, { - id: "3", - value: "20+", - description: - "Years of combined experience from our team of certified physiotherapists and specialists", - }, + id: "3", value: "20+", description: + "Years of combined experience from our team of certified physiotherapists and specialists"}, { - id: "4", - value: "4.9/5", - description: - "Average rating from verified patient reviews and testimonials on independent platforms", - }, + id: "4", value: "4.9/5", description: + "Average rating from verified patient reviews and testimonials on independent platforms"}, ]} metricsAnimation="slide-up" useInvertedBackground={false} @@ -139,35 +124,23 @@ export default function HomePage() { tag="Our Services" title="Comprehensive Treatment Services" description="Tailored rehabilitation programs addressing a wide range of musculoskeletal conditions. From acute injuries to chronic pain, we have the expertise to help you recover." - imageSrc="http://img.b2bpic.net/free-photo/personal-trainer-assisting-woman-with-disabilities-her-workout-sports-rehab-centre-with-physiotherapists-patients-working-together-towards-healing_1321-3603.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/personal-trainer-assisting-woman-with-disabilities-her-workout-sports-rehab-centre-with-physiotherapists-patients-working-together-towards-healing_1321-3603.jpg" imageAlt="Sports medicine rehabilitation" mediaAnimation="slide-up" mediaPosition="right" accordionItems={[ { - id: "1", - title: "Physical Therapy & Rehabilitation", - content: - "Evidence-based treatment for post-injury recovery, surgery rehabilitation, and chronic pain management. Our therapists use advanced techniques to restore function and mobility.", - }, + id: "1", title: "Physical Therapy & Rehabilitation", content: + "Evidence-based treatment for post-injury recovery, surgery rehabilitation, and chronic pain management. Our therapists use advanced techniques to restore function and mobility."}, { - id: "2", - title: "Sports Injury Treatment", - content: - "Specialized care for athletes and active individuals. We treat sprains, strains, and performance-related injuries to get you back in the game safely.", - }, + id: "2", title: "Sports Injury Treatment", content: + "Specialized care for athletes and active individuals. We treat sprains, strains, and performance-related injuries to get you back in the game safely."}, { - id: "3", - title: "Pain Management", - content: - "Comprehensive approach to managing acute and chronic pain including manual therapy, exercise prescription, and injury prevention strategies.", - }, + id: "3", title: "Pain Management", content: + "Comprehensive approach to managing acute and chronic pain including manual therapy, exercise prescription, and injury prevention strategies."}, { - id: "4", - title: "Work Injury Rehabilitation", - content: - "Occupational rehabilitation and ergonomic assessment to help you return to work safely and prevent future workplace injuries.", - }, + id: "4", title: "Work Injury Rehabilitation", content: + "Occupational rehabilitation and ergonomic assessment to help you return to work safely and prevent future workplace injuries."}, ]} buttons={[{ text: "Explore Services", href: "#services" }]} useInvertedBackground={false} @@ -178,65 +151,29 @@ export default function HomePage() {