Update src/app/page.tsx

This commit is contained in:
2026-03-28 09:34:38 +00:00
parent 1f18f6feb2
commit b439decd93

View File

@@ -70,27 +70,27 @@ export default function LandingPage() {
]}
slides={[
{
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-hotel-insights-details_23-2149160770.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-hotel-insights-details_23-2149160770.jpg?_wi=1",
imageAlt: "Rehabilitation facility",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-hotel-insights-details_23-2149160770.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-hotel-insights-details_23-2149160770.jpg?_wi=2",
imageAlt: "Rehabilitation facility",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-hotel-insights-details_23-2149160770.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-hotel-insights-details_23-2149160770.jpg?_wi=3",
imageAlt: "Rehabilitation facility",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-hotel-insights-details_23-2149160770.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-hotel-insights-details_23-2149160770.jpg?_wi=4",
imageAlt: "Rehabilitation facility",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-hotel-insights-details_23-2149160770.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-hotel-insights-details_23-2149160770.jpg?_wi=5",
imageAlt: "Rehabilitation facility",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-hotel-insights-details_23-2149160770.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-hotel-insights-details_23-2149160770.jpg?_wi=6",
imageAlt: "Rehabilitation facility",
},
]}
@@ -106,35 +106,35 @@ export default function LandingPage() {
id: 1,
title: "Physiotherapy",
description: "Restoring function and mobility through expert physical therapy.",
imageSrc: "http://img.b2bpic.net/free-vector/physiotherapy-rehabilitation-isometric-people-set_1284-22155.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/physiotherapy-rehabilitation-isometric-people-set_1284-22155.jpg?_wi=1",
imageAlt: "Physio",
},
{
id: 2,
title: "Occupational Therapy",
description: "Helping you regain independence in your daily activities.",
imageSrc: "http://img.b2bpic.net/free-vector/physiotherapy-rehabilitation-isometric-people-set_1284-22155.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/physiotherapy-rehabilitation-isometric-people-set_1284-22155.jpg?_wi=2",
imageAlt: "OT",
},
{
id: 3,
title: "Speech Therapy",
description: "Specialized support for communication and swallowing recovery.",
imageSrc: "http://img.b2bpic.net/free-vector/physiotherapy-rehabilitation-isometric-people-set_1284-22155.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/physiotherapy-rehabilitation-isometric-people-set_1284-22155.jpg?_wi=3",
imageAlt: "Speech",
},
{
id: 4,
title: "Pediatric Rehab",
description: "Dedicated care plans for developing children and teens.",
imageSrc: "http://img.b2bpic.net/free-vector/physiotherapy-rehabilitation-isometric-people-set_1284-22155.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/physiotherapy-rehabilitation-isometric-people-set_1284-22155.jpg?_wi=4",
imageAlt: "Pediatric",
},
{
id: 5,
title: "Cardiac Recovery",
description: "Safe, supervised exercise for heart health and endurance.",
imageSrc: "http://img.b2bpic.net/free-vector/physiotherapy-rehabilitation-isometric-people-set_1284-22155.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/physiotherapy-rehabilitation-isometric-people-set_1284-22155.jpg?_wi=5",
imageAlt: "Cardiac",
},
]}
@@ -198,35 +198,35 @@ export default function LandingPage() {
name: "John Doe",
role: "Patient",
testimonial: "The physical therapy sessions changed my life. I regained mobility in just three months.",
imageSrc: "http://img.b2bpic.net/free-photo/person-getting-ready-project-meeting_23-2149267844.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/person-getting-ready-project-meeting_23-2149267844.jpg?_wi=1",
},
{
id: "ts2",
name: "Jane Smith",
role: "Patient",
testimonial: "Incredibly professional and caring staff. Highly recommend their rehab programs.",
imageSrc: "http://img.b2bpic.net/free-photo/person-getting-ready-project-meeting_23-2149267844.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/person-getting-ready-project-meeting_23-2149267844.jpg?_wi=2",
},
{
id: "ts3",
name: "Mike Ross",
role: "Patient",
testimonial: "The speech therapy program was tailored specifically for my needs.",
imageSrc: "http://img.b2bpic.net/free-photo/person-getting-ready-project-meeting_23-2149267844.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/person-getting-ready-project-meeting_23-2149267844.jpg?_wi=3",
},
{
id: "ts4",
name: "Sarah Lee",
role: "Patient",
testimonial: "A welcoming environment that truly fosters healing and confidence.",
imageSrc: "http://img.b2bpic.net/free-photo/person-getting-ready-project-meeting_23-2149267844.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/person-getting-ready-project-meeting_23-2149267844.jpg?_wi=4",
},
{
id: "ts5",
name: "Robert Brown",
role: "Patient",
testimonial: "Best rehab center in the region. The team is dedicated to your success.",
imageSrc: "http://img.b2bpic.net/free-photo/person-getting-ready-project-meeting_23-2149267844.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/person-getting-ready-project-meeting_23-2149267844.jpg?_wi=5",
},
]}
/>
@@ -271,7 +271,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/beautiful-hotel-insights-details_23-2149160770.jpg"
imageSrc="http://img.b2bpic.net/free-photo/beautiful-hotel-insights-details_23-2149160770.jpg?_wi=7"
columns={[
{
title: "Pages",