diff --git a/src/app/page.tsx b/src/app/page.tsx index 28bb141..60ae518 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,25 +54,25 @@ export default function LandingPage() { testimonials={[ { name: "Maria Silva", handle: "@mariasilva", testimonial: "O melhor tempero do Zango! Sinto-me em casa.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/delicious-gulas-dish-assortment_23-2149072593.jpg", imageAlt: "tropical restaurant food plating"}, + imageSrc: "http://img.b2bpic.net/free-photo/delicious-gulas-dish-assortment_23-2149072593.jpg?_wi=1", imageAlt: "tropical restaurant food plating"}, { name: "João Paulo", handle: "@jpaulo", testimonial: "Experiência consistente e muito saborosa.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/woman-with-colorful-healthy-sweet-deserts-chia-puddings-made-almond-milk-blue-spirulina-extract-chia-seeds-pappaya-mango-jam-homemade-granola-wooden-table-kitchen-home_343596-1067.jpg", imageAlt: "tropical restaurant food plating"}, { name: "Ana Santos", handle: "@anasantos", testimonial: "Ambiente acolhedor e comida fresca sempre.", rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-sour-tangerines-with-lemons-cinnamon-light-pink-background_140725-50799.jpg", imageAlt: "tropical restaurant food plating"}, + imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-sour-tangerines-with-lemons-cinnamon-light-pink-background_140725-50799.jpg?_wi=1", imageAlt: "tropical restaurant food plating"}, { name: "Pedro Lima", handle: "@plima", testimonial: "Sabor local autêntico. Recomendo muito!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-stewed-meat-with-onions-lavash-white-plate_141793-3842.jpg", imageAlt: "tropical restaurant food plating"}, + imageSrc: "http://img.b2bpic.net/free-photo/side-view-stewed-meat-with-onions-lavash-white-plate_141793-3842.jpg?_wi=1", imageAlt: "tropical restaurant food plating"}, { name: "Carla Dias", handle: "@cdias", testimonial: "Energia tropical em cada garfada. Fantástico.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/halves-coconut-filled-with-stew_23-2148494729.jpg", imageAlt: "tropical restaurant food plating"}, + imageSrc: "http://img.b2bpic.net/free-photo/halves-coconut-filled-with-stew_23-2148494729.jpg?_wi=1", imageAlt: "tropical restaurant food plating"}, ]} buttons={[ { text: "Reservar Agora", href: "#contact"}, ]} - imageSrc="http://img.b2bpic.net/free-photo/delicious-gulas-dish-assortment_23-2149072593.jpg" + imageSrc="http://img.b2bpic.net/free-photo/delicious-gulas-dish-assortment_23-2149072593.jpg?_wi=2" imageAlt="Prato principal tropical" mediaAnimation="slide-up" avatars={[ @@ -122,7 +122,7 @@ export default function LandingPage() { features={[ { title: "Ingredientes Locais", description: "Frescura garantida todos os dias.", media: { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-sour-tangerines-with-lemons-cinnamon-light-pink-background_140725-50799.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-sour-tangerines-with-lemons-cinnamon-light-pink-background_140725-50799.jpg?_wi=2"}, items: [ { icon: CheckCircle, @@ -150,9 +150,9 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", name: "Prato Tropical", price: "2.500 Kz", variant: "Saboroso", imageSrc: "http://img.b2bpic.net/free-photo/side-view-stewed-meat-with-onions-lavash-white-plate_141793-3842.jpg"}, + id: "1", name: "Prato Tropical", price: "2.500 Kz", variant: "Saboroso", imageSrc: "http://img.b2bpic.net/free-photo/side-view-stewed-meat-with-onions-lavash-white-plate_141793-3842.jpg?_wi=2"}, { - id: "2", name: "Frango à Moda", price: "3.200 Kz", variant: "Tradicional", imageSrc: "http://img.b2bpic.net/free-photo/halves-coconut-filled-with-stew_23-2148494729.jpg"}, + id: "2", name: "Frango à Moda", price: "3.200 Kz", variant: "Tradicional", imageSrc: "http://img.b2bpic.net/free-photo/halves-coconut-filled-with-stew_23-2148494729.jpg?_wi=2"}, { id: "3", name: "Suco Natural", price: "800 Kz", variant: "Tropical", imageSrc: "http://img.b2bpic.net/free-photo/handsome-bartender-making-drinking-cocktails-counter_1303-19742.jpg"}, {