diff --git a/src/app/page.tsx b/src/app/page.tsx index e6ada84..ef298a3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,26 +28,11 @@ export default function LandingPage() { @@ -160,30 +92,14 @@ export default function LandingPage() { features={[ { id: 1, - title: "Booking", - description: "Schedule a session via our online portal.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/climbing-wall-lighted-room-with-soft-floor_259150-60406.jpg?_wi=2", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/climbing-wall-lighted-room-with-soft-floor_259150-60406.jpg?_wi=3", - }, - imageSrc: "http://img.b2bpic.net/free-photo/father-little-son-have-fun-home_1157-27893.jpg?_wi=2", - imageAlt: "father holding hand of young child", + title: "Booking", description: "Schedule a session via our online portal.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/climbing-wall-lighted-room-with-soft-floor_259150-60406.jpg" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/climbing-wall-lighted-room-with-soft-floor_259150-60406.jpg" }, }, { id: 2, - title: "Consultation", - description: "A thorough physical examination by Dr. Maina.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/climbing-wall-lighted-room-with-soft-floor_259150-60406.jpg?_wi=4", - }, - phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/climbing-wall-lighted-room-with-soft-floor_259150-60406.jpg?_wi=5", - }, - imageSrc: "http://img.b2bpic.net/free-photo/climbing-wall-lighted-room-with-soft-floor_259150-60406.jpg?_wi=6", - imageAlt: "pediatric clinic professional healthcare background", - }, + title: "Consultation", description: "A thorough physical examination by Dr. Maina.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/climbing-wall-lighted-room-with-soft-floor_259150-60406.jpg" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/climbing-wall-lighted-room-with-soft-floor_259150-60406.jpg" }, + } ]} /> @@ -194,48 +110,15 @@ export default function LandingPage() { useInvertedBackground={false} title="Trusted Partnerships" description="Affiliated with leading medical institutions." - names={[ - "Nairobi Hospital", - "Aga Khan University", - "Gertrude's Children's Hospital", - "Mater Hospital", - ]} + names={["Nairobi Hospital", "Aga Khan University", "Gertrude's Children's Hospital", "Mater Hospital"]} />