Update src/app/page.tsx

This commit is contained in:
2026-05-07 10:02:41 +00:00
parent bef25361c5
commit 319634b5d9

View File

@@ -51,7 +51,7 @@ export default function LandingPage() {
{ text: "Contact Our Team", href: "#contact" },
]}
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/patient-doing-physical-rehabilitation-helped-by-therapists_23-2149227805.jpg", imageAlt: "Modern physiotherapy clinic" },
{ imageSrc: "http://img.b2bpic.net/free-photo/patient-doing-physical-rehabilitation-helped-by-therapists_23-2149227805.jpg?_wi=1", imageAlt: "Modern physiotherapy clinic" },
{ imageSrc: "http://img.b2bpic.net/free-photo/empty-hospital-corridor-with-glass-doors_181624-19954.jpg", imageAlt: "Physiotherapy treatment space" }
]}
mediaAnimation="slide-up"
@@ -70,7 +70,7 @@ export default function LandingPage() {
{ value: "Personal", title: "Recovery Plan" },
{ value: "Evidence", title: "Based Approach" },
]}
imageSrc="http://img.b2bpic.net/free-photo/close-up-surgeon-doctor-wearing-medical-uniform-typing-recovery-treatment_482257-10574.jpg"
imageSrc="http://img.b2bpic.net/free-photo/close-up-surgeon-doctor-wearing-medical-uniform-typing-recovery-treatment_482257-10574.jpg?_wi=1"
imageAlt="Clinic interior design"
mediaAnimation="blur-reveal"
metricsAnimation="slide-up"
@@ -87,11 +87,11 @@ export default function LandingPage() {
{
title: "Detailed Assessment", description: "We identify the true cause of your pain through thorough physical assessment and movement analysis.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-young-woman-talking-nurse_23-2149341522.jpg", imageAlt: "Full shot young woman talking to nurse"},
{
title: "Hands-On Treatment", description: "Manual therapy, dry needling, soft tissue release, and joint mobilisation to reduce pain.", imageSrc: "http://img.b2bpic.net/free-photo/patient-doing-physical-rehabilitation-helped-by-therapists_23-2149227805.jpg", imageAlt: "Full shot young woman talking to nurse"},
title: "Hands-On Treatment", description: "Manual therapy, dry needling, soft tissue release, and joint mobilisation to reduce pain.", imageSrc: "http://img.b2bpic.net/free-photo/patient-doing-physical-rehabilitation-helped-by-therapists_23-2149227805.jpg?_wi=2", imageAlt: "Full shot young woman talking to nurse"},
{
title: "Individual Exercise Plan", description: "A structured program designed to rebuild strength, stability, and confidence.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-surgeon-doctor-wearing-medical-uniform-typing-recovery-treatment_482257-10574.jpg", imageAlt: "Full shot young woman talking to nurse"},
title: "Individual Exercise Plan", description: "A structured program designed to rebuild strength, stability, and confidence.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-surgeon-doctor-wearing-medical-uniform-typing-recovery-treatment_482257-10574.jpg?_wi=2", imageAlt: "Full shot young woman talking to nurse"},
{
title: "Long-Term Results", description: "Our goal is not just short-term relief, but long-term recovery and prevention of recurrence.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-female-doctor_23-2148962392.jpg", imageAlt: "Full shot young woman talking to nurse"},
title: "Long-Term Results", description: "Our goal is not just short-term relief, but long-term recovery and prevention of recurrence.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-female-doctor_23-2148962392.jpg?_wi=1", imageAlt: "Full shot young woman talking to nurse"},
]}
title="Our Treatment Approach"
description="We take the time to understand your condition, identify contributing factors, and build a recovery plan designed to rebuild strength, stability, and confidence."
@@ -108,11 +108,11 @@ export default function LandingPage() {
{
title: "Back & Neck Pain", description: "Lower back pain, sciatica, and neck/shoulder pain.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-desk-with-computer-hospital-ward-clinic-check-patient-information-files-space-with-monitor-used-online-medical-documents-healthcare-system-emergency-room_482257-34892.jpg", imageAlt: "Close up of desk with computer in hospital ward clinic to check patient information and files. Space with monitor used for online medical documents and healthcare system. Emergency room"},
{
title: "Joint & Sports", description: "Knee/hip pain and sports injury rehabilitation.", imageSrc: "http://img.b2bpic.net/free-photo/patient-doing-physical-rehabilitation-helped-by-therapists_23-2149227805.jpg", imageAlt: "Close up of desk with computer in hospital ward clinic to check patient information and files. Space with monitor used for online medical documents and healthcare system. Emergency room"},
title: "Joint & Sports", description: "Knee/hip pain and sports injury rehabilitation.", imageSrc: "http://img.b2bpic.net/free-photo/patient-doing-physical-rehabilitation-helped-by-therapists_23-2149227805.jpg?_wi=3", imageAlt: "Close up of desk with computer in hospital ward clinic to check patient information and files. Space with monitor used for online medical documents and healthcare system. Emergency room"},
{
title: "Post-Surgical Care", description: "Structured plans for full recovery after your operation.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-surgeon-doctor-wearing-medical-uniform-typing-recovery-treatment_482257-10574.jpg", imageAlt: "Close up of desk with computer in hospital ward clinic to check patient information and files. Space with monitor used for online medical documents and healthcare system. Emergency room"},
title: "Post-Surgical Care", description: "Structured plans for full recovery after your operation.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-surgeon-doctor-wearing-medical-uniform-typing-recovery-treatment_482257-10574.jpg?_wi=3", imageAlt: "Close up of desk with computer in hospital ward clinic to check patient information and files. Space with monitor used for online medical documents and healthcare system. Emergency room"},
{
title: "Chronic Pain", description: "Headaches, postural issues, and nerve-related pain.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-female-doctor_23-2148962392.jpg", imageAlt: "Close up of desk with computer in hospital ward clinic to check patient information and files. Space with monitor used for online medical documents and healthcare system. Emergency room"},
title: "Chronic Pain", description: "Headaches, postural issues, and nerve-related pain.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-female-doctor_23-2148962392.jpg?_wi=2", imageAlt: "Close up of desk with computer in hospital ward clinic to check patient information and files. Space with monitor used for online medical documents and healthcare system. Emergency room"},
]}
title="Conditions We Treat"
description="From sports injuries to post-surgical rehabilitation, our team provides evidence-based care tailored to your specific needs."
@@ -142,7 +142,7 @@ export default function LandingPage() {
tag="Qualified & Friendly"
membersAnimation="slide-up"
members={[
{ id: "1", name: "Sarah Miller", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-female-doctor_23-2148962392.jpg" },
{ id: "1", name: "Sarah Miller", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-female-doctor_23-2148962392.jpg?_wi=3" },
{ id: "2", name: "David Chen", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-female-doctor-checking-patient-condition_23-2148328401.jpg" },
{ id: "3", name: "Emma Wright", imageSrc: "http://img.b2bpic.net/free-photo/successful-cheerful-young-diverse-business-people_1262-1185.jpg" },
]}