From 2c2b9dda22e893bc87d16437a5ef9962e84326e2 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 28 Feb 2026 07:04:14 +0000 Subject: [PATCH] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 149 ++++-------------------------------------- 1 file changed, 14 insertions(+), 135 deletions(-) diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index c36fa07..c7436ba 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -1,17 +1,10 @@ "use client" import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import HeroBillboard from '@/components/sections/hero/HeroBillboard'; -import TextAbout from '@/components/sections/about/TextAbout'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; -import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; -import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; -import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen'; -import ContactText from '@/components/sections/contact/ContactText'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import { Sparkles, Heart, ChefHat } from "lucide-react"; +import { ChefHat } from "lucide-react"; export default function MenuPage() { return ( @@ -33,8 +26,6 @@ export default function MenuPage() { navItems={[ { name: "Home", id: "/" }, { name: "Menu", id: "/menu" }, - { name: "About", id: "about" }, - { name: "Reviews", id: "testimonial" }, { name: "Contact", id: "contact" } ]} button={{ @@ -43,43 +34,10 @@ export default function MenuPage() { /> -
- -
- -
- -
-
-
- -
- -
- -
- -
- -
- -
- -
- -
- -
-