From a030d26097c88b21004052d65172710297b61878 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 21:17:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 192 +++++++++++------------------------------------ 1 file changed, 42 insertions(+), 150 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3bc0956..1ce2133 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,21 +33,13 @@ export default function LandingPage() { @@ -56,41 +48,26 @@ export default function LandingPage() {
@@ -103,19 +80,13 @@ export default function LandingPage() { metrics={[ { icon: Flame, - label: "Hamburguesas Vendidas", - value: "10K+", - }, + label: "Hamburguesas Vendidas", value: "10K+"}, { icon: Award, - label: "Años de Tradición", - value: "5", - }, + label: "Años de Tradición", value: "5"}, { icon: Users, - label: "Clientes Felices", - value: "25K", - }, + label: "Clientes Felices", value: "25K"}, ]} metricsAnimation="slide-up" /> @@ -129,41 +100,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - name: "Perros Calientes", - price: "$12.000", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-eco-hot-dogs-with-flowers_23-2149453842.jpg", - }, + id: "p1", name: "Perros Calientes", price: "$12.000", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-eco-hot-dogs-with-flowers_23-2149453842.jpg"}, { - id: "p2", - name: "Gaseosas Refrescantes", - price: "$4.000", - imageSrc: "http://img.b2bpic.net/free-photo/glass-cola-with-ice-cubes_1101-681.jpg", - }, + id: "p2", name: "Gaseosas Refrescantes", price: "$4.000", imageSrc: "http://img.b2bpic.net/free-photo/glass-cola-with-ice-cubes_1101-681.jpg"}, { - id: "p3", - name: "Mini Hamburguesas", - price: "$15.000", - imageSrc: "http://img.b2bpic.net/free-photo/tuna-spread-with-cracker_1339-8380.jpg", - }, + id: "p3", name: "Mini Hamburguesas", price: "$15.000", imageSrc: "http://img.b2bpic.net/free-photo/tuna-spread-with-cracker_1339-8380.jpg"}, { - id: "p4", - name: "Salchipapas Mixtas", - price: "$18.000", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-crispy-fried-fish-served-with-lemon-fries-vegetable-salad_140725-2653.jpg", - }, + id: "p4", name: "Salchipapas Mixtas", price: "$18.000", imageSrc: "http://img.b2bpic.net/free-photo/top-view-crispy-fried-fish-served-with-lemon-fries-vegetable-salad_140725-2653.jpg"}, { - id: "p5", - name: "Burger Brutal", - price: "$22.000", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-beef-fitburger-black-bun-with-glass-beer_141793-4768.jpg", - }, + id: "p5", name: "Burger Brutal", price: "$22.000", imageSrc: "http://img.b2bpic.net/free-photo/side-view-beef-fitburger-black-bun-with-glass-beer_141793-4768.jpg"}, { - id: "p6", - name: "Doble Bacon", - price: "$25.000", - imageSrc: "http://img.b2bpic.net/free-photo/grilled-gourmet-cheeseburger-rustic-wooden-table-generated-by-ai_188544-25131.jpg", - }, + id: "p6", name: "Doble Bacon", price: "$25.000", imageSrc: "http://img.b2bpic.net/free-photo/grilled-gourmet-cheeseburger-rustic-wooden-table-generated-by-ai_188544-25131.jpg"}, ]} title="Nuestro Menú Brutal" description="Una selección de sabores para satisfacer tus antojos más salvajes." @@ -172,24 +119,16 @@ export default function LandingPage() {
@@ -219,30 +151,15 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "t1", - name: "Juan Perez", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-friends-table_23-2149213365.jpg", - }, + id: "t1", name: "Juan Perez", imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-friends-table_23-2149213365.jpg"}, { - id: "t2", - name: "Maria Lopez", - imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520106.jpg", - }, + id: "t2", name: "Maria Lopez", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520106.jpg"}, { - id: "t3", - name: "Carlos Ruiz", - imageSrc: "http://img.b2bpic.net/free-photo/young-african-american-woman-eating-german-salty-pastry-pretzel-doing-ok-sign-with-fingers-excellent-symbol_839833-29953.jpg", - }, + id: "t3", name: "Carlos Ruiz", imageSrc: "http://img.b2bpic.net/free-photo/young-african-american-woman-eating-german-salty-pastry-pretzel-doing-ok-sign-with-fingers-excellent-symbol_839833-29953.jpg"}, { - id: "t4", - name: "Ana Gomez", - imageSrc: "http://img.b2bpic.net/free-photo/blond-man-happy-expression_1194-1905.jpg", - }, + id: "t4", name: "Ana Gomez", imageSrc: "http://img.b2bpic.net/free-photo/blond-man-happy-expression_1194-1905.jpg"}, { - id: "t5", - name: "Pedro Martinez", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-female-with-broad-pleasant-smile-rests-sidewalk-cafe-alone-enjoys-good-rest-summer-vacation_273609-3491.jpg", - }, + id: "t5", name: "Pedro Martinez", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-female-with-broad-pleasant-smile-rests-sidewalk-cafe-alone-enjoys-good-rest-summer-vacation_273609-3491.jpg"}, ]} cardTitle="Lo que dicen nuestros clientes" cardTag="Reseñas" @@ -255,20 +172,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "f1", - title: "¿Tienen servicio a domicilio?", - content: "Sí, cubrimos toda el área de Tunja.", - }, + id: "f1", title: "¿Tienen servicio a domicilio?", content: "Sí, cubrimos toda el área de Tunja."}, { - id: "f2", - title: "¿Cuáles son los horarios?", - content: "Estamos abiertos de 12pm a 10pm.", - }, + id: "f2", title: "¿Cuáles son los horarios?", content: "Estamos abiertos de 12pm a 10pm."}, { - id: "f3", - title: "¿Tienen opciones vegetarianas?", - content: "Sí, pregúntale a tu mesero.", - }, + id: "f3", title: "¿Tienen opciones vegetarianas?", content: "Sí, pregúntale a tu mesero."}, ]} sideTitle="Preguntas Frecuentes" faqsAnimation="blur-reveal" @@ -282,20 +190,12 @@ export default function LandingPage() { description="Estamos listos para atender tus pedidos o preguntas." inputs={[ { - name: "nombre", - type: "text", - placeholder: "Tu nombre", - }, + name: "nombre", type: "text", placeholder: "Tu nombre"}, { - name: "email", - type: "email", - placeholder: "Tu correo", - }, + name: "email", type: "email", placeholder: "Tu correo"}, ]} textarea={{ - name: "mensaje", - placeholder: "Cuéntanos tu antojo", - }} + name: "mensaje", placeholder: "Cuéntanos tu antojo"}} imageSrc="http://img.b2bpic.net/free-photo/furniture-room-background-sofa-contemporary_1203-4464.jpg" />
@@ -305,25 +205,17 @@ export default function LandingPage() { logoText="BurgerTunja" columns={[ { - title: "Links", - items: [ + title: "Links", items: [ { - label: "Inicio", - href: "#hero", - }, + label: "Inicio", href: "#hero"}, { - label: "Menú", - href: "#menu", - }, + label: "Menú", href: "#menu"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacidad", - href: "#", - }, + label: "Privacidad", href: "#"}, ], }, ]}