From 6c582207d4232a2c8a51d7ef44d145eecafebe09 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 21:11:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 161 +++++++++++------------------------------------ 1 file changed, 36 insertions(+), 125 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b49fbe8..227b70f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,25 +30,15 @@ export default function LandingPage() { @@ -57,19 +47,14 @@ export default function LandingPage() {
@@ -128,30 +96,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Sarah Johnson", - imageSrc: "http://img.b2bpic.net/free-photo/man-presents-girl-ring_1398-4220.jpg", - }, + id: "1", name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/man-presents-girl-ring_1398-4220.jpg"}, { - id: "2", - name: "Michael Chen", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-woman-evening-dress-posing-holding-wine-glass_176420-3786.jpg", - }, + id: "2", name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-woman-evening-dress-posing-holding-wine-glass_176420-3786.jpg"}, { - id: "3", - name: "Emily Rodriguez", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-having-lunch_23-2150598359.jpg", - }, + id: "3", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-having-lunch_23-2150598359.jpg"}, { - id: "4", - name: "David Kim", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-has-delicious-pizza-after-hard-working-day_273609-20541.jpg", - }, + id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-has-delicious-pizza-after-hard-working-day_273609-20541.jpg"}, { - id: "5", - name: "Ana Oliveira", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-holding-cocktail-glass-her-hand_23-2147859686.jpg", - }, + id: "5", name: "Ana Oliveira", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-holding-cocktail-glass-her-hand_23-2147859686.jpg"}, ]} cardTitle="Avaliações 4,6 com quase 2.000 clientes" cardTag="Social Proof" @@ -167,53 +120,23 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - brand: "Rodízio", - name: "Pizzas Especiais", - price: "Consulte", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-sauce-bottle_23-2148773532.jpg", - }, + id: "p1", brand: "Rodízio", name: "Pizzas Especiais", price: "Consulte", rating: 5, + reviewCount: "150+", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-sauce-bottle_23-2148773532.jpg"}, { - id: "p2", - brand: "Buffet", - name: "Saladas e Carnes", - price: "Variado", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/chef-presenting-dish-with-salad_23-2148491358.jpg", - }, + id: "p2", brand: "Buffet", name: "Saladas e Carnes", price: "Variado", rating: 5, + reviewCount: "200+", imageSrc: "http://img.b2bpic.net/free-photo/chef-presenting-dish-with-salad_23-2148491358.jpg"}, { - id: "p3", - brand: "Doce", - name: "Sobremesas", - price: "Gourmet", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-four-desserts-with-powdered-cocoa-chocolate_23-2148689827.jpg", - }, + id: "p3", brand: "Doce", name: "Sobremesas", price: "Gourmet", rating: 5, + reviewCount: "100+", imageSrc: "http://img.b2bpic.net/free-photo/front-view-four-desserts-with-powdered-cocoa-chocolate_23-2148689827.jpg"}, { - id: "p4", - brand: "Bebidas", - name: "Carta de Vinhos", - price: "Seleção", - rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-enyoing-dinner-party_23-2150717858.jpg", - }, + id: "p4", brand: "Bebidas", name: "Carta de Vinhos", price: "Seleção", rating: 4, + reviewCount: "80+", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-enyoing-dinner-party_23-2150717858.jpg"}, { - id: "p5", - brand: "Infantil", - name: "Opções kids", - price: "Menu", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-ham-roll-withj-tomatoes-cucumbers-plate_140725-10179.jpg", - }, + id: "p5", brand: "Infantil", name: "Opções kids", price: "Menu", rating: 5, + reviewCount: "60+", imageSrc: "http://img.b2bpic.net/free-photo/side-view-ham-roll-withj-tomatoes-cucumbers-plate_140725-10179.jpg"}, { - id: "p6", - brand: "Especial", - name: "Drinks", - price: "Premium", - rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-chef-baking-delicious-pizza_23-2150134276.jpg", - }, + id: "p6", brand: "Especial", name: "Drinks", price: "Premium", rating: 4, + reviewCount: "90+", imageSrc: "http://img.b2bpic.net/free-photo/side-view-chef-baking-delicious-pizza_23-2150134276.jpg"}, ]} title="Sabores para todos os gostos" description="Explore nosso menu com rodízio de pizzas, buffet variado e sobremesas deliciosas." @@ -233,8 +156,7 @@ export default function LandingPage() {
@@ -243,14 +165,11 @@ export default function LandingPage() { @@ -261,25 +180,17 @@ export default function LandingPage() { { items: [ { - label: "Início", - href: "#hero", - }, + label: "Início", href: "#hero"}, { - label: "Cardápio", - href: "#cardapio", - }, + label: "Cardápio", href: "#cardapio"}, ], }, { items: [ { - label: "Reservas", - href: "#contact", - }, + label: "Reservas", href: "#contact"}, { - label: "Localização", - href: "#localizacao", - }, + label: "Localização", href: "#localizacao"}, ], }, ]}