From d5ad46826bfd026dc344456c37e9c655c9b9cc3f Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 8 May 2026 14:14:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 232 +++++++++++------------------------------------ 1 file changed, 52 insertions(+), 180 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e4c29fe..143dd91 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,21 +33,13 @@ export default function LandingPage() { @@ -56,109 +48,61 @@ export default function LandingPage() {
@@ -178,41 +122,17 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { - id: "1", - name: "Kebab Clásico", - price: "5.50€", - imageSrc: "http://img.b2bpic.net/free-photo/two-pieces-beef-steaks-served-lavash-with-species_114579-1990.jpg", - }, + id: "1", name: "Kebab Clásico", price: "5.50€", imageSrc: "http://img.b2bpic.net/free-photo/two-pieces-beef-steaks-served-lavash-with-species_114579-1990.jpg"}, { - id: "2", - name: "Dürum de Pollo", - price: "6.00€", - imageSrc: "http://img.b2bpic.net/free-photo/roasted-meat-with-flapjack-served-with-pickles_140725-1210.jpg", - }, + id: "2", name: "Dürum de Pollo", price: "6.00€", imageSrc: "http://img.b2bpic.net/free-photo/roasted-meat-with-flapjack-served-with-pickles_140725-1210.jpg"}, { - id: "3", - name: "Pita Falafel", - price: "5.00€", - imageSrc: "http://img.b2bpic.net/free-photo/arabic-kebab-sandwich-sauce-pita-bread_23-2148651101.jpg", - }, + id: "3", name: "Pita Falafel", price: "5.00€", imageSrc: "http://img.b2bpic.net/free-photo/arabic-kebab-sandwich-sauce-pita-bread_23-2148651101.jpg"}, { - id: "4", - name: "Pizza Barbacoa", - price: "8.00€", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-meat-pizza-with-bell-pepper-barbecue-sauce-tray_140725-11546.jpg", - }, + id: "4", name: "Pizza Barbacoa", price: "8.00€", imageSrc: "http://img.b2bpic.net/free-photo/top-view-meat-pizza-with-bell-pepper-barbecue-sauce-tray_140725-11546.jpg"}, { - id: "5", - name: "Patatas Bravas", - price: "4.50€", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-cooked-potatoes-wooden-board_23-2148619065.jpg", - }, + id: "5", name: "Patatas Bravas", price: "4.50€", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cooked-potatoes-wooden-board_23-2148619065.jpg"}, { - id: "6", - name: "Nan con Queso de Cabra", - price: "5.50€", - imageSrc: "http://img.b2bpic.net/free-photo/meat-pide-table_140725-6716.jpg", - }, + id: "6", name: "Nan con Queso de Cabra", price: "5.50€", imageSrc: "http://img.b2bpic.net/free-photo/meat-pide-table_140725-6716.jpg"}, ]} title="Platos Destacados" description="Desde 5€, sabor auténtico para todos los bolsillos." @@ -221,24 +141,19 @@ export default function LandingPage() {
@@ -368,13 +244,9 @@ export default function LandingPage() {