Merge version_10 into main #26
@@ -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"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -98,9 +103,11 @@ export default function Home() {
|
||||
<TestimonialCardFive
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "Anna M.", date: "January 2025", title: "Patient", quote: "The physiotherapy at Physio Shala completely transformed my recovery. Highly professional and caring.", tag: "Recovery", avatarSrc: "/placeholders/placeholder1.webp", avatarAlt: "Anna M."},
|
||||
id: "1", name: "Anna M.", date: "January 2025", title: "Patient", quote: "The physiotherapy at Physio Shala completely transformed my recovery. Highly professional and caring.", tag: "Recovery", avatarSrc: "/placeholders/placeholder1.webp", avatarAlt: "Anna M."
|
||||
},
|
||||
{
|
||||
id: "2", name: "Michael S.", date: "December 2024", title: "Patient", quote: "Expert treatment with excellent results. I would recommend Physio Shala to anyone needing physiotherapy.", tag: "Sports Injury", avatarSrc: "/placeholders/placeholder1.webp", avatarAlt: "Michael S."},
|
||||
id: "2", name: "Michael S.", date: "December 2024", title: "Patient", quote: "Expert treatment with excellent results. I would recommend Physio Shala to anyone needing physiotherapy.", tag: "Sports Injury", avatarSrc: "/placeholders/placeholder1.webp", avatarAlt: "Michael S."
|
||||
},
|
||||
]}
|
||||
title="Patient Testimonials"
|
||||
description="Hear what our satisfied patients say about their experience"
|
||||
@@ -113,11 +120,14 @@ export default function Home() {
|
||||
<FaqBase
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "Do I need a doctor's referral?", content: "While a referral is helpful for insurance purposes, it's not always required. Contact us to discuss your specific situation."},
|
||||
id: "1", title: "Do I need a doctor's referral?", content: "While a referral is helpful for insurance purposes, it's not always required. Contact us to discuss your specific situation."
|
||||
},
|
||||
{
|
||||
id: "2", title: "How many sessions do I need?", content: "The number of sessions depends on your condition and goals. We'll create a personalized treatment plan during your initial consultation."},
|
||||
id: "2", title: "How many sessions do I need?", content: "The number of sessions depends on your condition and goals. We'll create a personalized treatment plan during your initial consultation."
|
||||
},
|
||||
{
|
||||
id: "3", title: "What insurance do you accept?", content: "We work with most major insurance providers. Please contact us with your insurance details for verification."},
|
||||
id: "3", title: "What insurance do you accept?", content: "We work with most major insurance providers. Please contact us with your insurance details for verification."
|
||||
},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Common questions about our services"
|
||||
|
||||
Reference in New Issue
Block a user