From 1ad5cb464e38b79a8c964cbdc2ee1ae3309c9eff Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 00:28:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6d4dc35..1e5fc4c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,7 +62,7 @@ export default function LandingPage() { tag="Nova Era Fitness" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/smart-home-app-phone_23-2149036818.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smart-home-app-phone_23-2149036818.jpg?_wi=1", imageAlt: "Dashboard do App", }, { @@ -70,15 +70,15 @@ export default function LandingPage() { imageAlt: "Uso ao ar livre", }, { - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hr9dp8", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hr9dp8&_wi=1", imageAlt: "Análise de dados", }, { - imageSrc: "http://img.b2bpic.net/free-photo/diabetic-man-checking-glucose-patch-sensor_23-2150766864.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/diabetic-man-checking-glucose-patch-sensor_23-2150766864.jpg?_wi=1", imageAlt: "Progresso diário", }, { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-weights-with-headphones_23-2148523340.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-weights-with-headphones_23-2148523340.jpg?_wi=1", imageAlt: "Wearables conectados", }, ]} @@ -102,7 +102,7 @@ export default function LandingPage() { "GPS", "Saúde", ], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hr9dp8", + imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hr9dp8&_wi=2", }, { id: "f2", @@ -111,7 +111,7 @@ export default function LandingPage() { "Analytics", "Progresso", ], - imageSrc: "http://img.b2bpic.net/free-photo/diabetic-man-checking-glucose-patch-sensor_23-2150766864.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/diabetic-man-checking-glucose-patch-sensor_23-2150766864.jpg?_wi=2", }, { id: "f3", @@ -120,7 +120,7 @@ export default function LandingPage() { "Tech", "Fitness", ], - imageSrc: "http://img.b2bpic.net/free-photo/top-view-weights-with-headphones_23-2148523340.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-weights-with-headphones_23-2148523340.jpg?_wi=2", }, { id: "f4", @@ -138,7 +138,7 @@ export default function LandingPage() { "Insights", "Relatórios", ], - imageSrc: "http://img.b2bpic.net/free-photo/smart-home-app-phone_23-2149036818.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smart-home-app-phone_23-2149036818.jpg?_wi=2", }, ]} title="Funcionalidades Inteligentes" -- 2.49.1