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() {