From 94779e10921be987e53daf9c1e43b2e24ea7d586 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 20:45:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 43967e1..793b23d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,12 +53,12 @@ export default function LandingPage() { ]} buttonAnimation="slide-up" carouselItems={[ - { id: "1", imageSrc: "http://img.b2bpic.net/free-photo/woman-doing-gymnastics-with-help-his-young-physical-therapist_169016-43493.jpg", imageAlt: "back pain relief physiotherapy treatment" }, + { id: "1", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aj0fCNhpHkySqkJU4xKgOiGDZm/uploaded-1773096321975-05c0y0yo.png", imageAlt: "back pain relief physiotherapy treatment" }, { id: "2", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-young-woman-talking-nurse_23-2149341522.jpg", imageAlt: "mobility enhancement physical therapy" }, { id: "3", imageSrc: "http://img.b2bpic.net/free-photo/woman-rehabilitation-center-getting-treatment_23-2150356710.jpg", imageAlt: "modern physiotherapy clinic bright" }, - { id: "4", imageSrc: "http://img.b2bpic.net/free-photo/african-american-doctor-measuring-blood-pressure-senior-patient-nursing-home_637285-11342.jpg", imageAlt: "postoperative rehabilitation patient care" }, - { id: "5", imageSrc: "http://img.b2bpic.net/free-photo/senior-couple-working-with-balls_23-2148503036.jpg", imageAlt: "elderly patient mobility therapy" }, - { id: "6", imageSrc: "http://img.b2bpic.net/free-photo/women-their-yoga-session_23-2149222407.jpg", imageAlt: "athlete sports injury treatment" } + { id: "4", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aj0fCNhpHkySqkJU4xKgOiGDZm/uploaded-1773096321975-05c0y0yo.png", imageAlt: "postoperative rehabilitation patient care" }, + { id: "5", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aj0fCNhpHkySqkJU4xKgOiGDZm/uploaded-1773096321975-05c0y0yo.png", imageAlt: "elderly patient mobility therapy" }, + { id: "6", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Aj0fCNhpHkySqkJU4xKgOiGDZm/uploaded-1773095930893-d3krwvye.png", imageAlt: "athlete sports injury treatment" } ]} autoPlay={true} autoPlayInterval={5000}