diff --git a/src/app/page.tsx b/src/app/page.tsx index c580875..162a303 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -86,16 +86,16 @@ export default function LandingPage() { description="Modern solutions integrated into your daily routine to help you achieve balance and optimal health." features={[ { - title: "Data-Driven Health", description: "Track your metrics in real-time with our smart health dashboard.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/medical-expert-presents-cardiology-disease-diagnosis-home-visit_482257-100080.jpg", imageAlt: "Smart health app dashboard" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/medical-expert-presents-cardiology-disease-diagnosis-home-visit_482257-100080.jpg", imageAlt: "Smart health app dashboard" } + title: "Data-Driven Health", description: "Track your metrics in real-time with our smart health dashboard.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/medical-expert-presents-cardiology-disease-diagnosis-home-visit_482257-100080.jpg?_wi=1", imageAlt: "Smart health app dashboard" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/medical-expert-presents-cardiology-disease-diagnosis-home-visit_482257-100080.jpg?_wi=2", imageAlt: "Smart health app dashboard" } }, { - title: "Wearable Integration", description: "Seamlessly sync your favorite fitness devices to manage your lifestyle.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/good-music-jogging-is-very-important_329181-4345.jpg", imageAlt: "Health wearable device" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/good-music-jogging-is-very-important_329181-4345.jpg", imageAlt: "Health wearable device" } + title: "Wearable Integration", description: "Seamlessly sync your favorite fitness devices to manage your lifestyle.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/good-music-jogging-is-very-important_329181-4345.jpg?_wi=1", imageAlt: "Health wearable device" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/good-music-jogging-is-very-important_329181-4345.jpg?_wi=2", imageAlt: "Health wearable device" } }, { - title: "Personalized Habits", description: "Get tailored recommendations to improve your sleep, diet, and stress.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/medical-expert-presents-cardiology-disease-diagnosis-home-visit_482257-100080.jpg", imageAlt: "Custom habits tracker" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/medical-expert-presents-cardiology-disease-diagnosis-home-visit_482257-100080.jpg", imageAlt: "Custom habits tracker" } + title: "Personalized Habits", description: "Get tailored recommendations to improve your sleep, diet, and stress.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/medical-expert-presents-cardiology-disease-diagnosis-home-visit_482257-100080.jpg?_wi=3", imageAlt: "Custom habits tracker" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/medical-expert-presents-cardiology-disease-diagnosis-home-visit_482257-100080.jpg?_wi=4", imageAlt: "Custom habits tracker" } } ]} />