From 2ed5ed6dda15b8d6930945a8d7a8aa900846023a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 01:15:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 90bddb0..9d100f3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,7 +66,7 @@ export default function LandingPage() { href: "#", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/view-romantic-castle-bedroom_23-2150844387.jpg" + imageSrc="http://img.b2bpic.net/free-photo/view-romantic-castle-bedroom_23-2150844387.jpg?_wi=1" imageAlt="Ambiente de quarto aconchegante" mediaAnimation="slide-up" avatars={[ @@ -127,7 +127,7 @@ export default function LandingPage() { id: "1", title: "Dores nas costas", description: "Sente desconforto ao acordar?", - imageSrc: "http://img.b2bpic.net/free-photo/senior-man-having-back-pain_53876-144792.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/senior-man-having-back-pain_53876-144792.jpg?_wi=1", }, { id: "2", @@ -198,19 +198,19 @@ export default function LandingPage() { id: "1", name: "Colchão Premium", price: "Consulte", - imageSrc: "http://img.b2bpic.net/free-photo/cute-woman-lying-her-stomach-bed-wearing-stylish-black-lingerie-striped-boyfriend-shirt_273443-3112.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cute-woman-lying-her-stomach-bed-wearing-stylish-black-lingerie-striped-boyfriend-shirt_273443-3112.jpg?_wi=1", }, { id: "2", name: "Custo-Benefício", price: "Consulte", - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-blue-pajamas-laying-bed_141793-46980.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-blue-pajamas-laying-bed_141793-46980.jpg?_wi=1", }, { id: "3", name: "Ortopédico", price: "Consulte", - imageSrc: "http://img.b2bpic.net/free-photo/bedroom-view-with-bed-sheets-decor_23-2150551160.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bedroom-view-with-bed-sheets-decor_23-2150551160.jpg?_wi=1", }, { id: "4", @@ -248,7 +248,7 @@ export default function LandingPage() { title: "Excelente!", quote: "Minha coluna agradece.", avatarSrc: "http://img.b2bpic.net/free-photo/woman-smiling_1187-3196.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/view-romantic-castle-bedroom_23-2150844387.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-romantic-castle-bedroom_23-2150844387.jpg?_wi=2", imageAlt: "happy customer portrait", }, { @@ -258,7 +258,7 @@ export default function LandingPage() { title: "Ótimo atendimento.", quote: "Muito profissional.", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-mature-woman-leaning-sofa-holding-book-hand-against-white-backdrop_23-2148043515.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/senior-man-having-back-pain_53876-144792.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/senior-man-having-back-pain_53876-144792.jpg?_wi=2", imageAlt: "happy customer portrait", }, { @@ -268,7 +268,7 @@ export default function LandingPage() { title: "Sono perfeito.", quote: "Valeu o investimento.", avatarSrc: "http://img.b2bpic.net/free-photo/image-carefree-africanamerican-girl-white-tshirt-showing-tongue-smiling-winking-happy-stan_1258-128116.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/cute-woman-lying-her-stomach-bed-wearing-stylish-black-lingerie-striped-boyfriend-shirt_273443-3112.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cute-woman-lying-her-stomach-bed-wearing-stylish-black-lingerie-striped-boyfriend-shirt_273443-3112.jpg?_wi=2", imageAlt: "happy customer portrait", }, { @@ -278,7 +278,7 @@ export default function LandingPage() { title: "Entrega rápida.", quote: "Tudo perfeito.", avatarSrc: "http://img.b2bpic.net/free-photo/modern-woman-enjoying-cup-coffee_23-2148937727.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-blue-pajamas-laying-bed_141793-46980.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-blue-pajamas-laying-bed_141793-46980.jpg?_wi=2", imageAlt: "happy customer portrait", }, { @@ -288,7 +288,7 @@ export default function LandingPage() { title: "Loja incrível.", quote: "Recomendo muito.", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-young-woman-pink-wall_179666-2804.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/bedroom-view-with-bed-sheets-decor_23-2150551160.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bedroom-view-with-bed-sheets-decor_23-2150551160.jpg?_wi=2", imageAlt: "happy customer portrait", }, ]} -- 2.49.1