From d2c01a5b6840ddf6a38ea7d1308abe8549771453 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 30 Mar 2026 08:11:09 +0000 Subject: [PATCH] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 141 ++++-------------------------------------- 1 file changed, 11 insertions(+), 130 deletions(-) diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 9d9f541..a5f19df 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -7,7 +7,7 @@ import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import { Coffee, Leaf, Star, Wine, Zap } from "lucide-react"; -export default function LandingPage() { +export default function MenuPage() { return ( @@ -51,96 +40,12 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="split" useInvertedBackground={false} - features={[ - { - title: "Winter Roots", - description: "Earth-focused textures.", - icon: Zap, - mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-delicious-red-dessert-with-white-cream-berries-nuts-black-bowl_181624-7081.jpg?_wi=2", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/fried-salmon-sauce-fried-eggplant_140725-2972.jpg?_wi=2", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/fairytale-image-burning-candles-dark_8353-10607.jpg?_wi=2", - imageAlt: "fine dining table atmosphere dark", - }, - { - title: "Deep Sea", - description: "Cold water bounty.", - icon: Star, - mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/mulled-wine-glintwine-served-glasses-christmas-table-with-orange-spices_114579-4113.jpg?_wi=2", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/view-food-professional-kitchen_23-2149728021.jpg?_wi=2", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/view-food-professional-kitchen_23-2149728021.jpg?_wi=3", - imageAlt: "wagyu rice gourmet food plating", - }, - { - title: "Foraged Earth", - description: "Micro-seasonal findings.", - icon: Leaf, - mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/view-food-professional-kitchen_23-2149728021.jpg?_wi=4", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/mulled-wine-glintwine-served-glasses-christmas-table-with-orange-spices_114579-4113.jpg?_wi=3", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/mulled-wine-glintwine-served-glasses-christmas-table-with-orange-spices_114579-4113.jpg?_wi=4", - imageAlt: "abalone seafood gourmet luxury", - }, - ]} title="The Seasonal Rotation" description="Our menu shifts with the cadence of the seasons, honoring local purity." - /> - - -
-
@@ -149,32 +54,8 @@ export default function LandingPage() {