From 0a381a0e807b9108b4ebd0136a24298f122c3365 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 19:12:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 258 ++++++++--------------------------------------- 1 file changed, 43 insertions(+), 215 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1d786a7..d8f4dce 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,92 +32,40 @@ export default function LandingPage() {
@@ -127,9 +75,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Nossa História de Sabor" description={[ - "Tudo começou em uma pequena cozinha, com o desejo de criar o hambúrguer perfeito. Hoje, o Júlio Lanches é sinônimo de excelência gastronômica, respeitando cada ingrediente e celebrando a cultura do lanche bem feito.", - "Priorizamos produtores locais, carnes nobres e molhos feitos em casa. Aqui, cada detalhe é pensado para sua satisfação.", - ]} + "Tudo começou em uma pequena cozinha, com o desejo de criar o hambúrguer perfeito. Hoje, o Júlio Lanches é sinônimo de excelência gastronômica, respeitando cada ingrediente e celebrando a cultura do lanche bem feito.", "Priorizamos produtores locais, carnes nobres e molhos feitos em casa. Aqui, cada detalhe é pensado para sua satisfação."]} /> @@ -140,60 +86,12 @@ export default function LandingPage() { gridVariant="four-items-2x2-equal-grid" useInvertedBackground={true} products={[ - { - id: "p1", - brand: "Artesanal", - name: "Júlio Signature Burger", - price: "R$ 45,00", - rating: 5, - reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-chicken-burger-with-cheese-green-salad-wooden-desk-sandwich-fast-food-meal_140725-25934.jpg", - }, - { - id: "p2", - brand: "Gourmet", - name: "Bacon Lover Premium", - price: "R$ 48,00", - rating: 5, - reviewCount: "89", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-cheeseburger-tray_23-2148678818.jpg", - }, - { - id: "p3", - brand: "Clássico", - name: "Chicken Crispy Delight", - price: "R$ 39,00", - rating: 4, - reviewCount: "56", - imageSrc: "http://img.b2bpic.net/free-photo/man-spreading-ketchup-tasty-beef-burger_23-2148290672.jpg", - }, - { - id: "p4", - brand: "Veggie", - name: "Garden Special Burger", - price: "R$ 42,00", - rating: 5, - reviewCount: "42", - imageSrc: "http://img.b2bpic.net/free-photo/burgers-per-two-pax-with-full-melted-cheese-black-board_114579-1934.jpg", - }, - { - id: "p5", - brand: "Especial", - name: "Double Smash Luxury", - price: "R$ 52,00", - rating: 5, - reviewCount: "150", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-burger-assortment_23-2148868225.jpg", - }, - { - id: "p6", - brand: "Hotdog", - name: "Royal Gourmet Dog", - price: "R$ 35,00", - rating: 4, - reviewCount: "75", - imageSrc: "http://img.b2bpic.net/free-photo/selective-sandwich-with-shrimps_181624-60061.jpg", - }, + { id: "p1", brand: "Artesanal", name: "Júlio Signature Burger", price: "R$ 45,00", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/front-view-chicken-burger-with-cheese-green-salad-wooden-desk-sandwich-fast-food-meal_140725-25934.jpg" }, + { id: "p2", brand: "Gourmet", name: "Bacon Lover Premium", price: "R$ 48,00", rating: 5, reviewCount: "89", imageSrc: "http://img.b2bpic.net/free-photo/close-up-cheeseburger-tray_23-2148678818.jpg" }, + { id: "p3", brand: "Clássico", name: "Chicken Crispy Delight", price: "R$ 39,00", rating: 4, reviewCount: "56", imageSrc: "http://img.b2bpic.net/free-photo/man-spreading-ketchup-tasty-beef-burger_23-2148290672.jpg" }, + { id: "p4", brand: "Veggie", name: "Garden Special Burger", price: "R$ 42,00", rating: 5, reviewCount: "42", imageSrc: "http://img.b2bpic.net/free-photo/burgers-per-two-pax-with-full-melted-cheese-black-board_114579-1934.jpg" }, + { id: "p5", brand: "Especial", name: "Double Smash Luxury", price: "R$ 52,00", rating: 5, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-burger-assortment_23-2148868225.jpg" }, + { id: "p6", brand: "Hotdog", name: "Royal Gourmet Dog", price: "R$ 35,00", rating: 4, reviewCount: "75", imageSrc: "http://img.b2bpic.net/free-photo/selective-sandwich-with-shrimps_181624-60061.jpg" }, ]} title="Seleção do Chef" description="Explore nossos lanches exclusivos, criados para proporcionar uma explosão de sabor em cada mordida." @@ -202,33 +100,13 @@ export default function LandingPage() {
-- 2.49.1