From cf87eabd5902063907703fa9b935caad5baaad16 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 00:03:17 +0000 Subject: [PATCH 1/4] Update src/app/carrinho/page.tsx --- src/app/carrinho/page.tsx | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/src/app/carrinho/page.tsx b/src/app/carrinho/page.tsx index 91f44c7..0cd0a3b 100644 --- a/src/app/carrinho/page.tsx +++ b/src/app/carrinho/page.tsx @@ -30,22 +30,22 @@ export default function LandingPage() { { name: "Home", id: "home", - href: "/", + }, { name: "Produtos", id: "produtos", - href: "/produtos", + }, { name: "Sobre", id: "sobre", - href: "/sobre", + }, { name: "Contato", id: "contato", - href: "/contato", + }, ]} brandName="WA Distribuidora" @@ -73,6 +73,9 @@ export default function LandingPage() { title="Seu Carrinho de Compras" totalLabel="Total" emptyMessage="Seu carrinho está vazio. Adicione produtos para continuar!" + isOpen={false} + onClose={() => {}} + items={[]} /> @@ -81,6 +84,7 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} + gridVariant="four-items-2x2-equal-grid" products={[ { id: "1", @@ -89,7 +93,7 @@ export default function LandingPage() { price: "$12.50", rating: 5, reviewCount: "89", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-vegetable-salad-dark-surface_140725-88385.jpg?_wi=4", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-vegetable-salad-dark-surface_140725-88385.jpg", imageAlt: "Macarrão fresco caseiro", }, { @@ -99,7 +103,7 @@ export default function LandingPage() { price: "$25.00", rating: 4.5, reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hand-holding-fork_23-2149598972.jpg?_wi=3", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hand-holding-fork_23-2149598972.jpg", imageAlt: "Lasanha bolonhesa congelada", }, { @@ -109,7 +113,7 @@ export default function LandingPage() { price: "$15.75", rating: 4.8, reviewCount: "65", - imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-pasta_23-2150637298.jpg?_wi=3", + imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-pasta_23-2150637298.jpg", imageAlt: "Nhoque de batata tradicional", }, ]} -- 2.49.1 From 500a506df26974b8633530894238a2c94dfbc386 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 00:03:18 +0000 Subject: [PATCH 2/4] Update src/app/page.tsx --- src/app/page.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8fa4980..40058e6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,22 +31,22 @@ export default function LandingPage() { { name: "Home", id: "home", - href: "/", + }, { name: "Produtos", id: "produtos", - href: "/produtos", + }, { name: "Sobre", id: "sobre", - href: "/sobre", + }, { name: "Contato", id: "contato", - href: "/contato", + }, ]} brandName="WA Distribuidora" @@ -86,7 +86,7 @@ export default function LandingPage() { { title: "Entrega Rápida", description: "Receba seus pedidos com agilidade e pontualidade, garantindo a frescura dos produtos.", - imageSrc: "http://img.b2bpic.net/free-vector/performance-meters-simple-glyph-style-set_78370-8339.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-vector/performance-meters-simple-glyph-style-set_78370-8339.jpg", imageAlt: "Ícone de um caminhão de entrega rápida", }, { @@ -98,7 +98,7 @@ export default function LandingPage() { { title: "Preço de Distribuidora", description: "Aproveite preços competitivos e vantagens exclusivas ao comprar diretamente da distribuidora.", - imageSrc: "http://img.b2bpic.net/free-vector/business-growth-money-savings-statistics_24877-49813.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-vector/business-growth-money-savings-statistics_24877-49813.jpg", imageAlt: "Ícone de uma etiqueta de preço com desconto", }, ]} @@ -121,7 +121,7 @@ export default function LandingPage() { price: "R$ 15,90", rating: 5, reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-vegetable-salad-dark-surface_140725-88385.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-vegetable-salad-dark-surface_140725-88385.jpg", imageAlt: "Spaghetti Clássico WA Premium", }, { @@ -131,7 +131,7 @@ export default function LandingPage() { price: "R$ 29,90", rating: 5, reviewCount: "95", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hand-holding-fork_23-2149598972.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hand-holding-fork_23-2149598972.jpg", imageAlt: "Lasanha à Bolonhesa WA Delícias", }, { @@ -141,7 +141,7 @@ export default function LandingPage() { price: "R$ 18,50", rating: 4, reviewCount: "78", - imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-pasta_23-2150637298.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-pasta_23-2150637298.jpg", imageAlt: "Nhoque de Batata WA Frescos", }, { @@ -151,7 +151,7 @@ export default function LandingPage() { price: "R$ 22,70", rating: 5, reviewCount: "60", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-traditional-caucasian-meal-khingal-made-with-dough-wooden-cutting-board_140725-10412.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-traditional-caucasian-meal-khingal-made-with-dough-wooden-cutting-board_140725-10412.jpg", imageAlt: "Ravioli de Ricota e Espinafre WA Gourmet", }, { @@ -161,7 +161,7 @@ export default function LandingPage() { price: "R$ 17,20", rating: 4, reviewCount: "85", - imageSrc: "http://img.b2bpic.net/free-photo/high-protein-pasta-meal-close-up-detail_23-2149098855.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/high-protein-pasta-meal-close-up-detail_23-2149098855.jpg", imageAlt: "Fettuccine ao Ovo WA Clássicos", }, { @@ -171,7 +171,7 @@ export default function LandingPage() { price: "R$ 19,80", rating: 5, reviewCount: "70", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-spaghetti-with-parmesan-bowl_23-2148361315.jpg?_wi=1", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-spaghetti-with-parmesan-bowl_23-2148361315.jpg", imageAlt: "Tagliatelle Verde WA Verdes", }, ]} @@ -216,7 +216,7 @@ export default function LandingPage() { rows: 5, required: true, }} - imageSrc="http://img.b2bpic.net/free-photo/medium-shot-couple-cooking-together_23-2150405865.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/medium-shot-couple-cooking-together_23-2150405865.jpg" imageAlt="Pessoas preparando massas frescas em uma cozinha" mediaAnimation="opacity" mediaPosition="right" -- 2.49.1 From 0d65d0b9960042fe2489b46ee3557483d881045c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 00:03:18 +0000 Subject: [PATCH 3/4] Update src/app/produtos/page.tsx --- src/app/produtos/page.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/produtos/page.tsx b/src/app/produtos/page.tsx index e1e90e2..eaefa32 100644 --- a/src/app/produtos/page.tsx +++ b/src/app/produtos/page.tsx @@ -30,22 +30,22 @@ export default function LandingPage() { { name: "Home", id: "home", - href: "/", + }, { name: "Produtos", id: "produtos", - href: "/produtos", + }, { name: "Sobre", id: "sobre", - href: "/sobre", + }, { name: "Contato", id: "contato", - href: "/contato", + }, ]} brandName="WA Distribuidora" @@ -68,7 +68,7 @@ export default function LandingPage() { price: "$12.50", rating: 5, reviewCount: "89", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-vegetable-salad-dark-surface_140725-88385.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-vegetable-salad-dark-surface_140725-88385.jpg", imageAlt: "Macarrão fresco caseiro", }, { @@ -78,7 +78,7 @@ export default function LandingPage() { price: "$25.00", rating: 4.5, reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hand-holding-fork_23-2149598972.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-hand-holding-fork_23-2149598972.jpg", imageAlt: "Lasanha bolonhesa congelada", }, { @@ -88,7 +88,7 @@ export default function LandingPage() { price: "$15.75", rating: 4.8, reviewCount: "65", - imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-pasta_23-2150637298.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/ai-generated-pasta_23-2150637298.jpg", imageAlt: "Nhoque de batata tradicional", }, { @@ -98,7 +98,7 @@ export default function LandingPage() { price: "$18.90", rating: 4.2, reviewCount: "95", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-traditional-caucasian-meal-khingal-made-with-dough-wooden-cutting-board_140725-10412.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-traditional-caucasian-meal-khingal-made-with-dough-wooden-cutting-board_140725-10412.jpg", imageAlt: "Ravioli de carne artesanal", }, { @@ -108,7 +108,7 @@ export default function LandingPage() { price: "$14.00", rating: 4.7, reviewCount: "78", - imageSrc: "http://img.b2bpic.net/free-photo/high-protein-pasta-meal-close-up-detail_23-2149098855.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/high-protein-pasta-meal-close-up-detail_23-2149098855.jpg", imageAlt: "Fettuccine premium", }, { @@ -118,7 +118,7 @@ export default function LandingPage() { price: "$13.20", rating: 4.1, reviewCount: "52", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-spaghetti-with-parmesan-bowl_23-2148361315.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-spaghetti-with-parmesan-bowl_23-2148361315.jpg", imageAlt: "Tagliatelle integral", }, ]} @@ -137,21 +137,21 @@ export default function LandingPage() { id: 1, title: "Frescor Garantido", description: "Produtos frescos entregues diretamente do produtor à sua mesa, mantendo a qualidade superior.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-vegetable-salad-dark-surface_140725-88385.jpg?_wi=3", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-vegetable-salad-dark-surface_140725-88385.jpg", imageAlt: "Macarrão fresco de alta qualidade", }, { id: 2, title: "Entrega Rápida e Segura", description: "Logística eficiente para que seus produtos cheguem a tempo, sempre com segurança e pontualidade.", - imageSrc: "http://img.b2bpic.net/free-vector/performance-meters-simple-glyph-style-set_78370-8339.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-vector/performance-meters-simple-glyph-style-set_78370-8339.jpg", imageAlt: "Caminhão de entrega rápida", }, { id: 3, title: "Preços Competitivos", description: "Oferecemos os melhores preços sem comprometer a qualidade, maximizando seu custo-benefício.", - imageSrc: "http://img.b2bpic.net/free-vector/business-growth-money-savings-statistics_24877-49813.jpg?_wi=2", + imageSrc: "http://img.b2bpic.net/free-vector/business-growth-money-savings-statistics_24877-49813.jpg", imageAlt: "Gráfico de economia e preços", }, ]} -- 2.49.1 From a9d73ca4e2d68ed63422c4d05405265351683734 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 00:03:19 +0000 Subject: [PATCH 4/4] Update src/app/sobre/page.tsx --- src/app/sobre/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/sobre/page.tsx b/src/app/sobre/page.tsx index 033a87e..bbc0cc9 100644 --- a/src/app/sobre/page.tsx +++ b/src/app/sobre/page.tsx @@ -31,22 +31,22 @@ export default function LandingPage() { { name: "Home", id: "home", - href: "/", + }, { name: "Produtos", id: "produtos", - href: "/produtos", + }, { name: "Sobre", id: "sobre", - href: "/sobre", + }, { name: "Contato", id: "contato", - href: "/contato", + }, ]} brandName="WA Distribuidora" @@ -84,7 +84,7 @@ export default function LandingPage() { icon: Users, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/medium-shot-couple-cooking-together_23-2150405865.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/medium-shot-couple-cooking-together_23-2150405865.jpg" imageAlt="Cozinheiros preparando massa fresca com ingredientes de qualidade" mediaAnimation="blur-reveal" /> @@ -112,7 +112,7 @@ export default function LandingPage() { tag="Nossa Performance" tagIcon={Award} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-vector/performance-meters-simple-glyph-style-set_78370-8339.jpg?_wi=3" + imageSrc="http://img.b2bpic.net/free-vector/performance-meters-simple-glyph-style-set_78370-8339.jpg" imageAlt="Gráfico de crescimento de desempenho" mediaAnimation="opacity" metricsAnimation="slide-up" -- 2.49.1