From 0e4d70736b5b5f8624f05f372f5d901083ffb730 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 13:14:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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" } } ]} /> -- 2.49.1