From cfbac81fd0e2be3f5978a0a544948eaeede46e49 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 4 Jun 2026 11:27:15 +0000 Subject: [PATCH] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 78a65ca..5598a29 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -6,7 +6,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; -import FeatureCardSix from '@/components/sections/feature/FeatureCardSix'; +import FeatureCardNine from '@/components/sections/feature/FeatureCardNine'; import { Metadata } from 'next'; import { ChefHat, Utensils, Award } from 'lucide-react'; // Example icons @@ -135,24 +135,29 @@ export default function MenuPage() {
- -- 2.49.1