Update src/app/page.tsx
This commit is contained in:
@@ -55,17 +55,17 @@ export default function LandingPage() {
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/nurse-taking-notes-about-patient-s-pain_23-2149341492.jpg", imageAlt: "Clinic consultation"},
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/nurse-taking-notes-about-patient-s-pain_23-2149341492.jpg?_wi=1", imageAlt: "Clinic consultation"},
|
||||
{
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-physiotherapist-helping-patient_23-2149178054.jpg", imageAlt: "Manual therapy session"},
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-physiotherapist-helping-patient_23-2149178054.jpg?_wi=1", imageAlt: "Manual therapy session"},
|
||||
{
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/doctor-assists-patient-with-core-exercise-mat-rehab-center-core-exercise_169016-70922.jpg", imageAlt: "Rehabilitative movement"},
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/doctor-assists-patient-with-core-exercise-mat-rehab-center-core-exercise_169016-70922.jpg?_wi=1", imageAlt: "Rehabilitative movement"},
|
||||
{
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/african-american-doctor-measuring-blood-pressure-senior-patient-nursing-home_637285-11342.jpg", imageAlt: "Doctor communication"},
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/african-american-doctor-measuring-blood-pressure-senior-patient-nursing-home_637285-11342.jpg?_wi=1", imageAlt: "Doctor communication"},
|
||||
{
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/office-arrangement-with-partitions_52683-99758.jpg", imageAlt: "Clinic environment"},
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/office-arrangement-with-partitions_52683-99758.jpg?_wi=1", imageAlt: "Clinic environment"},
|
||||
{
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/doctor-with-hands-pocket-looking-camera_23-2148285727.jpg", imageAlt: "Physiotherapist portrait"},
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/doctor-with-hands-pocket-looking-camera_23-2148285727.jpg?_wi=1", imageAlt: "Physiotherapist portrait"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -78,21 +78,21 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
title: "Manual Therapy", description: "Hands-on treatment techniques to alleviate pain and restore joint and soft tissue mobility.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-physiotherapist-helping-patient_23-2149178054.jpg", imageAlt: "Manual therapy"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-physiotherapist-helping-patient_23-2149178054.jpg?_wi=2", imageAlt: "Manual therapy"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-assists-patient-with-core-exercise-mat-rehab-center-core-exercise_169016-70922.jpg", imageAlt: "Rehab movement"}
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-assists-patient-with-core-exercise-mat-rehab-center-core-exercise_169016-70922.jpg?_wi=2", imageAlt: "Rehab movement"}
|
||||
},
|
||||
{
|
||||
title: "Sports Rehabilitation", description: "Personalized programs designed to accelerate recovery from sports-related injuries and prevent future damage.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/office-arrangement-with-partitions_52683-99758.jpg", imageAlt: "Clinic equipment"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/office-arrangement-with-partitions_52683-99758.jpg?_wi=2", imageAlt: "Clinic equipment"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nurse-taking-notes-about-patient-s-pain_23-2149341492.jpg", imageAlt: "Clinic consultation"}
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nurse-taking-notes-about-patient-s-pain_23-2149341492.jpg?_wi=2", imageAlt: "Clinic consultation"}
|
||||
},
|
||||
{
|
||||
title: "Personalized Recovery", description: "Tailored exercise plans that consider your unique physical needs, lifestyle, and recovery goals.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-with-hands-pocket-looking-camera_23-2148285727.jpg", imageAlt: "Professional consultation"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-with-hands-pocket-looking-camera_23-2148285727.jpg?_wi=2", imageAlt: "Professional consultation"},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-doctor-measuring-blood-pressure-senior-patient-nursing-home_637285-11342.jpg", imageAlt: "Patient discussion"}
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-doctor-measuring-blood-pressure-senior-patient-nursing-home_637285-11342.jpg?_wi=2", imageAlt: "Patient discussion"}
|
||||
},
|
||||
]}
|
||||
showStepNumbers={false}
|
||||
|
||||
Reference in New Issue
Block a user