From 817afa6627e8a70fa31b68de23779e9e9f0e245d Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 23:05:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 26 ++++++++++++++++++-------- 1 file changed, 18 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d890d6c..e3383bb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,15 +68,20 @@ export default function Home() { description="Comprehensive physiotherapy treatments tailored to your needs" accordionItems={[ { - id: "1", title: "Sports Injury Treatment", content: "Specialized care for athletes and active individuals recovering from sports-related injuries."}, + id: "1", title: "Sports Injury Treatment", content: "Specialized care for athletes and active individuals recovering from sports-related injuries." + }, { - id: "2", title: "Post-Surgical Rehabilitation", content: "Expert guidance through recovery following orthopedic and surgical procedures."}, + id: "2", title: "Post-Surgical Rehabilitation", content: "Expert guidance through recovery following orthopedic and surgical procedures." + }, { - id: "3", title: "Chronic Pain Management", content: "Long-term strategies and therapies to manage and reduce chronic pain conditions."}, + id: "3", title: "Chronic Pain Management", content: "Long-term strategies and therapies to manage and reduce chronic pain conditions." + }, ]} mediaAnimation="opacity" useInvertedBackground={false} mediaPosition="right" + imageSrc="/placeholders/placeholder1.webp" + imageAlt="Our Services" /> @@ -98,9 +103,11 @@ export default function Home() {