From e6b3da71c17ef9dd3c1f645a4738e7ce5e6efbf9 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 21:44:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 190 +++++++++++------------------------------------ 1 file changed, 43 insertions(+), 147 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7eb13c3..70ac9fb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -52,63 +44,38 @@ export default function LandingPage() {
@@ -119,9 +86,7 @@ export default function LandingPage() { title="Un rincón de historia en Manresa" buttons={[ { - text: "Visítanos", - href: "#contact", - }, + text: "Visítanos", href: "#contact"}, ]} /> @@ -134,47 +99,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "p1", - name: "Chocolate Caliente", - price: "4.50€", - imageSrc: "http://img.b2bpic.net/free-photo/tiramisu-cheese-mascarpone-chocolate-pearls-plate_140725-11022.jpg?_wi=1", - imageAlt: "Chocolate caliente artesano", - }, + id: "p1", name: "Chocolate Caliente", price: "4.50€", imageSrc: "http://img.b2bpic.net/free-photo/tiramisu-cheese-mascarpone-chocolate-pearls-plate_140725-11022.jpg", imageAlt: "Chocolate caliente artesano"}, { - id: "p2", - name: "Café Premium", - price: "2.00€", - imageSrc: "http://img.b2bpic.net/free-photo/high-view-morning-coffee-breakfast-croissant_23-2148337119.jpg?_wi=1", - imageAlt: "Café de calidad", - }, + id: "p2", name: "Café Premium", price: "2.00€", imageSrc: "http://img.b2bpic.net/free-photo/high-view-morning-coffee-breakfast-croissant_23-2148337119.jpg", imageAlt: "Café de calidad"}, { - id: "p3", - name: "Bocadillos Variados", - price: "5.50€", - imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-ham-herbs_2829-8623.jpg?_wi=1", - imageAlt: "Bocadillo tradicional", - }, + id: "p3", name: "Bocadillos Variados", price: "5.50€", imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-ham-herbs_2829-8623.jpg", imageAlt: "Bocadillo tradicional"}, { - id: "p4", - name: "Bollería Artesana", - price: "2.50€", - imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-ham-herbs_2829-8623.jpg?_wi=2", - imageAlt: "Bollería variada", - }, + id: "p4", name: "Bollería Artesana", price: "2.50€", imageSrc: "http://img.b2bpic.net/free-photo/sandwich-with-ham-herbs_2829-8623.jpg", imageAlt: "Bollería variada"}, { - id: "p5", - name: "Suizo con Nata", - price: "5.00€", - imageSrc: "http://img.b2bpic.net/free-photo/tiramisu-cheese-mascarpone-chocolate-pearls-plate_140725-11022.jpg?_wi=2", - imageAlt: "Suizo con nata", - }, + id: "p5", name: "Suizo con Nata", price: "5.00€", imageSrc: "http://img.b2bpic.net/free-photo/tiramisu-cheese-mascarpone-chocolate-pearls-plate_140725-11022.jpg", imageAlt: "Suizo con nata"}, { - id: "p6", - name: "Zumos Naturales", - price: "3.50€", - imageSrc: "http://img.b2bpic.net/free-photo/high-view-morning-coffee-breakfast-croissant_23-2148337119.jpg?_wi=2", - imageAlt: "Zumo recién exprimido", - }, + id: "p6", name: "Zumos Naturales", price: "3.50€", imageSrc: "http://img.b2bpic.net/free-photo/high-view-morning-coffee-breakfast-croissant_23-2148337119.jpg", imageAlt: "Zumo recién exprimido"}, ]} title="Nuestros Productos" description="Recetas tradicionales elaboradas cada día con mimo." @@ -185,48 +120,24 @@ export default function LandingPage() {