From 5ff9076f2699fe7a5566e288ec32b140dce494f8 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 17 May 2026 02:03:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 258 +++++++++++------------------------------------ 1 file changed, 59 insertions(+), 199 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index be2357b..8dcc548 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,21 +32,13 @@ export default function LandingPage() { @@ -55,70 +47,43 @@ export default function LandingPage() {
@@ -131,19 +96,13 @@ export default function LandingPage() { description="Desde a fundação, a Villa Verde preza pela excelência em cada ingrediente. Nossa massa fermentada naturalmente e molho de tomate fresco fazem a diferença no sabor da nossa pizza." bulletPoints={[ { - title: "Massa Artesanal", - description: "Receita exclusiva com fermentação lenta de 24h.", - }, + title: "Massa Artesanal", description: "Receita exclusiva com fermentação lenta de 24h."}, { - title: "Ingredientes Frescos", - description: "Produtos selecionados de fornecedores locais.", - }, + title: "Ingredientes Frescos", description: "Produtos selecionados de fornecedores locais."}, { - title: "Forno a Lenha", - description: "O verdadeiro aroma e sabor defumado.", - }, + title: "Forno a Lenha", description: "O verdadeiro aroma e sabor defumado."}, ]} - imageSrc="http://img.b2bpic.net/free-photo/high-angle-family-cooking-delicious-pizza_23-2150306981.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/high-angle-family-cooking-delicious-pizza_23-2150306981.jpg" mediaAnimation="blur-reveal" /> @@ -156,41 +115,17 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "p1", - name: "Margherita", - price: "R$ 69,00", - imageSrc: "http://img.b2bpic.net/free-photo/top-cheese-pizza-with-spices-sliced-wooden-table_140725-12320.jpg", - }, + id: "p1", name: "Margherita", price: "R$ 69,00", imageSrc: "http://img.b2bpic.net/free-photo/top-cheese-pizza-with-spices-sliced-wooden-table_140725-12320.jpg"}, { - id: "p2", - name: "Pepperoni", - price: "R$ 75,00", - imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-with-hot-pepperoni-pizza-wooden-table_632805-19.jpg", - }, + id: "p2", name: "Pepperoni", price: "R$ 75,00", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-with-hot-pepperoni-pizza-wooden-table_632805-19.jpg"}, { - id: "p3", - name: "Quatro Queijos", - price: "R$ 79,00", - imageSrc: "http://img.b2bpic.net/free-photo/baking-pizza-wood-fired-oven_52683-106697.jpg", - }, + id: "p3", name: "Quatro Queijos", price: "R$ 79,00", imageSrc: "http://img.b2bpic.net/free-photo/baking-pizza-wood-fired-oven_52683-106697.jpg"}, { - id: "p4", - name: "Vegetariana", - price: "R$ 72,00", - imageSrc: "http://img.b2bpic.net/free-photo/chef-kitchen-prepares-pizza_1157-21841.jpg", - }, + id: "p4", name: "Vegetariana", price: "R$ 72,00", imageSrc: "http://img.b2bpic.net/free-photo/chef-kitchen-prepares-pizza_1157-21841.jpg"}, { - id: "p5", - name: "Presunto Rúcula", - price: "R$ 78,00", - imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-italian-fresh-pizza-ingredient-black-surface_23-2148076284.jpg", - }, + id: "p5", name: "Presunto Rúcula", price: "R$ 78,00", imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-italian-fresh-pizza-ingredient-black-surface_23-2148076284.jpg"}, { - id: "p6", - name: "Chocolate", - price: "R$ 65,00", - imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-cake-sweets-bowls-hizelnuts-chocolate-cake-with-chocolate-strawberries_140725-110668.jpg", - }, + id: "p6", name: "Chocolate", price: "R$ 65,00", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-cake-sweets-bowls-hizelnuts-chocolate-cake-with-chocolate-strawberries_140725-110668.jpg"}, ]} title="Nosso Cardápio" description="Uma seleção dos sabores mais amados pelos nossos clientes." @@ -199,36 +134,22 @@ export default function LandingPage() {