From d881063ea92c718e9f12d140baca5ae1a60b1996 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 21:08:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e31ad85..297f989 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -88,12 +88,12 @@ export default function LandingPage() { gridVariant="two-columns-alternating-heights" useInvertedBackground={false} products={[ - { id: "p1", name: "Roll Tokyo Special", price: "$450", imageSrc: "http://img.b2bpic.net/free-photo/plate-with-fresh-variety-sushi-rolls_23-2148631239.jpg" }, - { id: "p2", name: "Nigiri Salmón Fresco", price: "$380", imageSrc: "http://img.b2bpic.net/free-photo/sushi_1203-3679.jpg" }, - { id: "p3", name: "California Roll Classic", price: "$350", imageSrc: "http://img.b2bpic.net/free-photo/top-view-stuffed-aubergine-rolls-white-oval-plate-turmeric-bowl-wooden-serving-board-adjika-grey-background_140725-111053.jpg" }, - { id: "p4", name: "Dragon Roll Premium", price: "$520", imageSrc: "http://img.b2bpic.net/free-photo/plate-with-fresh-variety-sushi-rolls_23-2148631239.jpg" }, - { id: "p5", name: "Sashimi Mixto", price: "$650", imageSrc: "http://img.b2bpic.net/free-photo/sushi_1203-3679.jpg" }, - { id: "p6", name: "Ebi Tempura Roll", price: "$480", imageSrc: "http://img.b2bpic.net/free-photo/top-view-stuffed-aubergine-rolls-white-oval-plate-turmeric-bowl-wooden-serving-board-adjika-grey-background_140725-111053.jpg" } + { id: "p1", name: "Roll Tokyo Special", price: "$450", imageSrc: "http://img.b2bpic.net/free-photo/plate-with-fresh-variety-sushi-rolls_23-2148631239.jpg?_wi=1" }, + { id: "p2", name: "Nigiri Salmón Fresco", price: "$380", imageSrc: "http://img.b2bpic.net/free-photo/sushi_1203-3679.jpg?_wi=1" }, + { id: "p3", name: "California Roll Classic", price: "$350", imageSrc: "http://img.b2bpic.net/free-photo/top-view-stuffed-aubergine-rolls-white-oval-plate-turmeric-bowl-wooden-serving-board-adjika-grey-background_140725-111053.jpg?_wi=1" }, + { id: "p4", name: "Dragon Roll Premium", price: "$520", imageSrc: "http://img.b2bpic.net/free-photo/plate-with-fresh-variety-sushi-rolls_23-2148631239.jpg?_wi=2" }, + { id: "p5", name: "Sashimi Mixto", price: "$650", imageSrc: "http://img.b2bpic.net/free-photo/sushi_1203-3679.jpg?_wi=2" }, + { id: "p6", name: "Ebi Tempura Roll", price: "$480", imageSrc: "http://img.b2bpic.net/free-photo/top-view-stuffed-aubergine-rolls-white-oval-plate-turmeric-bowl-wooden-serving-board-adjika-grey-background_140725-111053.jpg?_wi=2" } ]} title="Nuestro Menú" description="Selección premium de rollos, nigiris y sashimis." -- 2.49.1