From 721651d3d4a94631d12915dee41fb9352f90bdc3 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Apr 2026 02:08:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 188 ++++++++++++----------------------------------- 1 file changed, 46 insertions(+), 142 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 369ddf3..3edf6f3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -52,117 +44,68 @@ export default function LandingPage() {
@@ -174,9 +117,7 @@ export default function LandingPage() { description="Mamá Luz nace en el corazón del Mercado Modelo de Ica. Nuestro compromiso es servir desayunos abundantes con ingredientes de primera, manteniendo viva la sazón que nos ha convertido en una parada obligatoria para locales y visitantes." buttons={[ { - text: "Cómo llegar", - href: "https://maps.app.goo.gl/...", - }, + text: "Cómo llegar", href: "https://maps.app.goo.gl/..."}, ]} imageSrc="http://img.b2bpic.net/free-photo/side-view-piti-with-deep-plate-vinegar-human-clay-jug-wooden-table_176474-3181.jpg" imageAlt="Cocina de Mamá Luz" @@ -191,23 +132,11 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "1", - name: "Tamales", - price: "S 10", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdxEVsR0dbA3aZJNcUkQa0f1ER/uploaded-1775008885077-v12m3lfo.jpg", - }, + id: "1", name: "Tamales", price: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdxEVsR0dbA3aZJNcUkQa0f1ER/uploaded-1775008885077-v12m3lfo.jpg"}, { - id: "2", - name: "Chicharrón de Chancho", - price: "S/ 15", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdxEVsR0dbA3aZJNcUkQa0f1ER/uploaded-1775009093033-4uckxshq.jpg", - }, + id: "2", name: "Chicharrón de Chancho", price: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdxEVsR0dbA3aZJNcUkQa0f1ER/uploaded-1775009093033-4uckxshq.jpg"}, { - id: "3", - name: "Carapulcra con Sopa Seca", - price: "S/ 20", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdxEVsR0dbA3aZJNcUkQa0f1ER/uploaded-1775006397725-q26y8mga.jpg", - }, + id: "3", name: "Carapulcra con Sopa Seca", price: "", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BdxEVsR0dbA3aZJNcUkQa0f1ER/uploaded-1775006397725-q26y8mga.jpg"}, ]} title="Platos Destacados" description="Descubre nuestros sabores más pedidos" @@ -219,30 +148,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Juan Pérez", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-paper-wrapped-sandwich_23-2151311145.jpg?_wi=1", - }, + id: "1", name: "Juan Pérez", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-paper-wrapped-sandwich_23-2151311145.jpg?_wi=1"}, { - id: "2", - name: "María López", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-eating-seaweed-snacks_23-2150872525.jpg", - }, + id: "2", name: "María López", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-eating-seaweed-snacks_23-2150872525.jpg"}, { - id: "3", - name: "Carlos Ruíz", - imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-grilled-chicken-skewers_141793-2201.jpg", - }, + id: "3", name: "Carlos Ruíz", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-grilled-chicken-skewers_141793-2201.jpg"}, { - id: "4", - name: "Ana García", - imageSrc: "http://img.b2bpic.net/free-photo/three-friends-taking-selfie-together_23-2147681018.jpg", - }, + id: "4", name: "Ana García", imageSrc: "http://img.b2bpic.net/free-photo/three-friends-taking-selfie-together_23-2147681018.jpg"}, { - id: "5", - name: "Luis Soto", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-paper-wrapped-sandwich_23-2151311145.jpg?_wi=2", - }, + id: "5", name: "Luis Soto", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-paper-wrapped-sandwich_23-2151311145.jpg?_wi=2"}, ]} cardTitle="Lo que dicen nuestros clientes" cardAnimation="slide-up" @@ -254,8 +168,7 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1