From 94536aecd682a43ed9fc99e6afaa425b1a75af34 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 18:28:07 +0000 Subject: [PATCH] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 114 +++++++++++++++++++----------------------- 1 file changed, 51 insertions(+), 63 deletions(-) diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 6198805..54d0fba 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -2,7 +2,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import HeroCentered from '@/components/sections/hero/HeroCentered'; -import ProductCardFour from '@/components/sections/product/ProductCardFour'; +import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; import ContactText from '@/components/sections/contact/ContactText'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; @@ -17,51 +17,6 @@ export default function MenuPage() { { name: "Location", id: "/location" }, ]; - const especialidades = [ - { - id: "esp-1", name: "Tonkotsu Ramen Signature", price: "$180", variant: "Caldo de hueso de cerdo, fideos frescos, huevo marinado, brotes de bambú, cerdo asado, alga nori", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqxhkTGaf3VbJBFnaCFdN8Xsd3/uploaded-1773339773498-pszek4v9.png?_wi=1", imageAlt: "Tonkotsu Ramen Signature", isFavorited: false, - }, - { - id: "esp-2", name: "Miso Ramen Clásico", price: "$160", variant: "Caldo de miso rojo, fideos ondulados, germinados de soya, huevo, zanahoria, maíz, cerdo marinado", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqxhkTGaf3VbJBFnaCFdN8Xsd3/uploaded-1773339773498-d4peglr8.png?_wi=1", imageAlt: "Miso Ramen Clásico", isFavorited: false, - }, - { - id: "esp-3", name: "Shoyu Ramen Premium", price: "$170", variant: "Caldo de soja oscuro, fideos rectos, cebolleta, hongos shiitake, huevo marinado, pechuga de pollo, brotes de bambú", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqxhkTGaf3VbJBFnaCFdN8Xsd3/uploaded-1773339773498-ccfo6w53.png?_wi=1", imageAlt: "Shoyu Ramen Premium", isFavorited: false, - }, - { - id: "esp-4", name: "Sushi Premium Omakase", price: "$280", variant: "Selección del chef: salmón, atún, pez limón, dorado, erizo, huevo de salmón, calamar, pulpo", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqxhkTGaf3VbJBFnaCFdN8Xsd3/uploaded-1773339773498-9pfv8zl1.png?_wi=1", imageAlt: "Sushi Premium Omakase", isFavorited: false, - }, - ]; - - const bebidas = [ - { - id: "beb-1", name: "Sake Nigori Premium", price: "$120", variant: "Bebida tradicional japonesa sin filtrar, dulce y cremosa, 15% alcohol", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqxhkTGaf3VbJBFnaCFdN8Xsd3/uploaded-1773339773498-p2ivrre0.png?_wi=1", imageAlt: "Sake Nigori Premium", isFavorited: false, - }, - { - id: "beb-2", name: "Yuzu Cocktail", price: "$85", variant: "Citrus japonés fresco, sake, vodka, jugo de limón, miel, soda", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqxhkTGaf3VbJBFnaCFdN8Xsd3/uploaded-1773339773498-p2ivrre0.png?_wi=2", imageAlt: "Yuzu Cocktail", isFavorited: false, - }, - { - id: "beb-3", name: "Té Matcha Helado", price: "$65", variant: "Polvo de matcha premium, agua destilada, hielo, azúcar de caña, opcional: leche de almendra", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqxhkTGaf3VbJBFnaCFdN8Xsd3/uploaded-1773339773498-p2ivrre0.png?_wi=3", imageAlt: "Té Matcha Helado", isFavorited: false, - }, - { - id: "beb-4", name: "Sake Frío Junmai", price: "$95", variant: "Sake puro de arroz, aroma floral, sabor suave y limpio, 15% alcohol", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqxhkTGaf3VbJBFnaCFdN8Xsd3/uploaded-1773339773498-p2ivrre0.png?_wi=4", imageAlt: "Sake Frío Junmai", isFavorited: false, - }, - ]; - - const postres = [ - { - id: "pos-1", name: "Mochi de Matcha", price: "$55", variant: "Masa de arroz glutinoso, relleno de crema matcha, azúcar molida, harina de soya", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqxhkTGaf3VbJBFnaCFdN8Xsd3/uploaded-1773339773498-pszek4v9.png?_wi=2", imageAlt: "Mochi de Matcha", isFavorited: false, - }, - { - id: "pos-2", name: "Dorayaki de Fresa", price: "$60", variant: "Panques azuki, mermelada de fresa fresca, crema batida, fresas frescas", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqxhkTGaf3VbJBFnaCFdN8Xsd3/uploaded-1773339773498-d4peglr8.png?_wi=2", imageAlt: "Dorayaki de Fresa", isFavorited: false, - }, - { - id: "pos-3", name: "Tres Leches Mochi", price: "$65", variant: "Mochi de tres leches, leche condensada, crema fresca, frutas de temporada", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqxhkTGaf3VbJBFnaCFdN8Xsd3/uploaded-1773339773498-ccfo6w53.png?_wi=2", imageAlt: "Tres Leches Mochi", isFavorited: false, - }, - { - id: "pos-4", name: "Tempura de Plátano", price: "$50", variant: "Plátano rebozado crujiente, helado de vainilla, salsa de caramelo, maní molido", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AqxhkTGaf3VbJBFnaCFdN8Xsd3/uploaded-1773339773498-9pfv8zl1.png?_wi=2", imageAlt: "Tempura de Plátano", isFavorited: false, - }, - ]; - return (
-
-
-
-- 2.49.1