From a281568a2d6186c2ca7386f8da7d1a5ca2856855 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 05:31:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3ad6a7f..1231c71 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,22 +54,22 @@ export default function LandingPage() { buttonAnimation="slide-up" carouselItems={[ { - id: "1", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-supermarket-interior_1203-9512.jpg", imageAlt: "Interior do Supermercado Ribeiro" + id: "1", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-supermarket-interior_1203-9512.jpg?_wi=1", imageAlt: "Interior do Supermercado Ribeiro" }, { - id: "2", imageSrc: "http://img.b2bpic.net/free-photo/bearded-butcher-dressed-fleece-shirt-serving-fresh-cut-meat-market_613910-3212.jpg", imageAlt: "Açougue de qualidade" + id: "2", imageSrc: "http://img.b2bpic.net/free-photo/bearded-butcher-dressed-fleece-shirt-serving-fresh-cut-meat-market_613910-3212.jpg?_wi=1", imageAlt: "Açougue de qualidade" }, { - id: "3", imageSrc: "http://img.b2bpic.net/free-photo/rye-sliced-bread-table_1112-1266.jpg", imageAlt: "Padaria com pães quentinhos" + id: "3", imageSrc: "http://img.b2bpic.net/free-photo/rye-sliced-bread-table_1112-1266.jpg?_wi=1", imageAlt: "Padaria com pães quentinhos" }, { - id: "4", imageSrc: "http://img.b2bpic.net/free-photo/wooden-surface-looking-out-market_23-2147701350.jpg", imageAlt: "Lanchonete com produtos frescos" + id: "4", imageSrc: "http://img.b2bpic.net/free-photo/wooden-surface-looking-out-market_23-2147701350.jpg?_wi=1", imageAlt: "Lanchonete com produtos frescos" }, { - id: "5", imageSrc: "http://img.b2bpic.net/free-photo/family-mask-standing-street_1157-34198.jpg", imageAlt: "Estacionamento amplo" + id: "5", imageSrc: "http://img.b2bpic.net/free-photo/family-mask-standing-street_1157-34198.jpg?_wi=1", imageAlt: "Estacionamento amplo" }, { - id: "6", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-supermarket-interior_1203-9512.jpg", imageAlt: "Variedade de produtos" + id: "6", imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-supermarket-interior_1203-9512.jpg?_wi=2", imageAlt: "Variedade de produtos" }, ]} autoPlay={true} @@ -91,19 +91,19 @@ export default function LandingPage() { features={[ { id: "1", title: "Açougue Premium", author: "Carnes Selecionadas", description: "Carnes de qualidade superior, escolhidas cuidadosamente. Atendimento especializado com cortes personalizados para sua família.", tags: ["Qualidade", "Fresco"], - imageSrc: "http://img.b2bpic.net/free-photo/bearded-butcher-dressed-fleece-shirt-serving-fresh-cut-meat-market_613910-3212.jpg", imageAlt: "Açougue com carnes selecionadas" + imageSrc: "http://img.b2bpic.net/free-photo/bearded-butcher-dressed-fleece-shirt-serving-fresh-cut-meat-market_613910-3212.jpg?_wi=2", imageAlt: "Açougue com carnes selecionadas" }, { id: "2", title: "Padaria Artesanal", author: "Pães Quentinhos", description: "Pães, biscoitos e bolos frescos todos os dias. Sabor autêntico e ingredientes de qualidade para sua mesa.", tags: ["Fresco", "Caseiro"], - imageSrc: "http://img.b2bpic.net/free-photo/rye-sliced-bread-table_1112-1266.jpg", imageAlt: "Padaria com pães frescos" + imageSrc: "http://img.b2bpic.net/free-photo/rye-sliced-bread-table_1112-1266.jpg?_wi=2", imageAlt: "Padaria com pães frescos" }, { id: "3", title: "Lanchonete Prática", author: "Comida Rápida e Saudável", description: "Oferecemos opções de comidas prontas e saudáveis. Ideal para quem tem pressa mas não quer abrir mão da qualidade.", tags: ["Prático", "Saudável"], - imageSrc: "http://img.b2bpic.net/free-photo/wooden-surface-looking-out-market_23-2147701350.jpg", imageAlt: "Lanchonete com produtos prontos" + imageSrc: "http://img.b2bpic.net/free-photo/wooden-surface-looking-out-market_23-2147701350.jpg?_wi=2", imageAlt: "Lanchonete com produtos prontos" }, { id: "4", title: "Estacionamento Amplo", author: "Comodidade Garantida", description: "Amplo estacionamento gratuito para sua comodidade. Compre com tranquilidade e segurança para você e sua família.", tags: ["Conforto", "Segurança"], - imageSrc: "http://img.b2bpic.net/free-photo/family-mask-standing-street_1157-34198.jpg", imageAlt: "Estacionamento espaçoso" + imageSrc: "http://img.b2bpic.net/free-photo/family-mask-standing-street_1157-34198.jpg?_wi=2", imageAlt: "Estacionamento espaçoso" }, ]} /> @@ -218,7 +218,7 @@ export default function LandingPage() {