From 9b24b2b7bc0a98d1f3c167596e8f9371823959c2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 02:05:33 +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 03d89d5..cb193b1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,7 +66,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/sky-tourism-blue-outdoor-water_1203-3806.jpg" + imageSrc="http://img.b2bpic.net/free-photo/sky-tourism-blue-outdoor-water_1203-3806.jpg?_wi=1" avatars={[ { src: "http://img.b2bpic.net/free-photo/young-woman-is-relaxing-spa-complex-using-smartphone_169016-59724.jpg", @@ -113,7 +113,7 @@ export default function LandingPage() { description: "Suítes confortáveis com vista para o mar.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/cozy-background-with-books-vase-dried-flowers-decorative-cushes_169016-18267.jpg" + imageSrc="http://img.b2bpic.net/free-photo/cozy-background-with-books-vase-dried-flowers-decorative-cushes_169016-18267.jpg?_wi=1" /> @@ -152,19 +152,19 @@ export default function LandingPage() { id: "1", name: "Peixe na Folha", price: "R$ 95", - imageSrc: "http://img.b2bpic.net/free-photo/fried-beef-wooden-board_140725-741.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fried-beef-wooden-board_140725-741.jpg?_wi=1", }, { id: "2", name: "Caipirinha Tropical", price: "R$ 35", - imageSrc: "http://img.b2bpic.net/free-photo/tropical-cocktail-served-beach_23-2147656895.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tropical-cocktail-served-beach_23-2147656895.jpg?_wi=1", }, { id: "3", name: "Moqueca Caiçara", price: "R$ 120", - imageSrc: "http://img.b2bpic.net/free-photo/scenic-view-private-sandy-beach-with-sun-beds-parasokamy-sea-mountains-resort_146671-18842.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/scenic-view-private-sandy-beach-with-sun-beds-parasokamy-sea-mountains-resort_146671-18842.jpg?_wi=1", }, { id: "4", @@ -248,7 +248,7 @@ export default function LandingPage() { quote: "Lugar mágico, comida excelente!", tag: "Excelente", avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-home-doing-her-beauty-routine_23-2150420952.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/sky-tourism-blue-outdoor-water_1203-3806.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sky-tourism-blue-outdoor-water_1203-3806.jpg?_wi=2", imageAlt: "happy guest portrait smiling", }, { @@ -259,7 +259,7 @@ export default function LandingPage() { quote: "Tudo perfeito, voltarei logo.", tag: "Recomendo", avatarSrc: "http://img.b2bpic.net/free-photo/horizontal-view-delighted-female-tourist-walks-street_273609-25750.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/cozy-background-with-books-vase-dried-flowers-decorative-cushes_169016-18267.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cozy-background-with-books-vase-dried-flowers-decorative-cushes_169016-18267.jpg?_wi=2", imageAlt: "happy guest portrait smiling", }, { @@ -270,7 +270,7 @@ export default function LandingPage() { quote: "Atendimento nota dez em Bonete.", tag: "Melhor Pousada", avatarSrc: "http://img.b2bpic.net/free-photo/oldies-having-fun-beach_23-2149618429.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/fried-beef-wooden-board_140725-741.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fried-beef-wooden-board_140725-741.jpg?_wi=2", imageAlt: "happy guest portrait smiling", }, { @@ -281,7 +281,7 @@ export default function LandingPage() { quote: "Desconexão total, incrível.", tag: "Fantástico", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-commuter-standing-counter-while-attendant-checking-his-passport_107420-95792.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/tropical-cocktail-served-beach_23-2147656895.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/tropical-cocktail-served-beach_23-2147656895.jpg?_wi=2", imageAlt: "happy guest portrait smiling", }, { @@ -292,7 +292,7 @@ export default function LandingPage() { quote: "Moqueca deliciosa, experiência única.", tag: "Adorei", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-relax-smile-around-beach-sea-ocean-holiday-vacation_74190-13380.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/scenic-view-private-sandy-beach-with-sun-beds-parasokamy-sea-mountains-resort_146671-18842.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/scenic-view-private-sandy-beach-with-sun-beds-parasokamy-sea-mountains-resort_146671-18842.jpg?_wi=2", imageAlt: "happy guest portrait smiling", }, ]} -- 2.49.1