Update src/app/page.tsx

This commit is contained in:
2026-03-08 07:12:39 +00:00
parent c75e2e8fd7
commit 4cd9fca174

View File

@@ -54,16 +54,16 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/doctor-helping-patient-rehabilitation_23-2150321566.jpg", imageAlt: "Patient receiving physiotherapy treatment"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/senior-couple-working-with-balls_23-2148503036.jpg", imageAlt: "Professional physiotherapy clinic"
imageSrc: "http://img.b2bpic.net/free-photo/senior-couple-working-with-balls_23-2148503036.jpg?_wi=1", imageAlt: "Professional physiotherapy clinic"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/patient-doing-physical-rehabilitation-helped-by-therapists_23-2149227848.jpg", imageAlt: "Sports injury rehabilitation"
imageSrc: "http://img.b2bpic.net/free-photo/patient-doing-physical-rehabilitation-helped-by-therapists_23-2149227848.jpg?_wi=1", imageAlt: "Sports injury rehabilitation"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/physiotherapist-helping-young-female-patient_23-2149115582.jpg", imageAlt: "Post-surgery rehabilitation therapy"
imageSrc: "http://img.b2bpic.net/free-photo/physiotherapist-helping-young-female-patient_23-2149115582.jpg?_wi=1", imageAlt: "Post-surgery rehabilitation therapy"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/couple-celebrating-pregnancy-announcement-home_23-2150167502.jpg", imageAlt: "Wellness and preventive care"
imageSrc: "http://img.b2bpic.net/free-photo/couple-celebrating-pregnancy-announcement-home_23-2150167502.jpg?_wi=1", imageAlt: "Wellness and preventive care"
}
]}
buttons={[
@@ -82,7 +82,7 @@ export default function LandingPage() {
description="Your Path to Wellness"
subdescription="PhysioFlow Physiotherapy Clinic"
icon={CheckCircle}
imageSrc="http://img.b2bpic.net/free-photo/senior-couple-working-with-balls_23-2148503036.jpg"
imageSrc="http://img.b2bpic.net/free-photo/senior-couple-working-with-balls_23-2148503036.jpg?_wi=2"
imageAlt="PhysioFlow clinic team and facilities"
mediaAnimation="slide-up"
useInvertedBackground={false}
@@ -100,15 +100,15 @@ export default function LandingPage() {
features={[
{
id: 1,
tag: "Athletic Care", title: "Sports Injury Treatment", subtitle: "Get back to peak performance", description: "Specialized rehabilitation programs for athletes and active individuals. We treat strains, sprains, and sports-related injuries with proven techniques to restore function and prevent recurrence.", imageSrc: "http://img.b2bpic.net/free-photo/patient-doing-physical-rehabilitation-helped-by-therapists_23-2149227848.jpg", imageAlt: "Sports injury rehabilitation"
tag: "Athletic Care", title: "Sports Injury Treatment", subtitle: "Get back to peak performance", description: "Specialized rehabilitation programs for athletes and active individuals. We treat strains, sprains, and sports-related injuries with proven techniques to restore function and prevent recurrence.", imageSrc: "http://img.b2bpic.net/free-photo/patient-doing-physical-rehabilitation-helped-by-therapists_23-2149227848.jpg?_wi=2", imageAlt: "Sports injury rehabilitation"
},
{
id: 2,
tag: "Recovery", title: "Post-Surgery Rehabilitation", subtitle: "Guided recovery after procedures", description: "Evidence-based rehabilitation protocols following surgical procedures. Our therapists guide you through each recovery stage with personalized exercises and hands-on treatment.", imageSrc: "http://img.b2bpic.net/free-photo/physiotherapist-helping-young-female-patient_23-2149115582.jpg", imageAlt: "Post-surgery rehabilitation"
tag: "Recovery", title: "Post-Surgery Rehabilitation", subtitle: "Guided recovery after procedures", description: "Evidence-based rehabilitation protocols following surgical procedures. Our therapists guide you through each recovery stage with personalized exercises and hands-on treatment.", imageSrc: "http://img.b2bpic.net/free-photo/physiotherapist-helping-young-female-patient_23-2149115582.jpg?_wi=2", imageAlt: "Post-surgery rehabilitation"
},
{
id: 3,
tag: "Wellness", title: "Preventive & Wellness Care", subtitle: "Stay healthy and active", description: "Proactive care to maintain mobility, posture, and overall wellness. We help prevent injuries before they happen through targeted exercises and lifestyle guidance.", imageSrc: "http://img.b2bpic.net/free-photo/couple-celebrating-pregnancy-announcement-home_23-2150167502.jpg", imageAlt: "Wellness and preventive care"
tag: "Wellness", title: "Preventive & Wellness Care", subtitle: "Stay healthy and active", description: "Proactive care to maintain mobility, posture, and overall wellness. We help prevent injuries before they happen through targeted exercises and lifestyle guidance.", imageSrc: "http://img.b2bpic.net/free-photo/couple-celebrating-pregnancy-announcement-home_23-2150167502.jpg?_wi=2", imageAlt: "Wellness and preventive care"
}
]}
/>