diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 467f53c..d5e0a7d 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -1,9 +1,9 @@ "use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; -import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; -import FooterSimple from '@/components/sections/footer/FooterSimple'; +import ProductGridOne from '@/components/sections/product/ProductGridOne/ProductGridOne'; +import SocialProofOne from '@/components/sections/socialProof/SocialProofOne/SocialProofOne'; +import FooterSimple from '@/components/sections/footer/FooterSimple/FooterSimple'; export default function MenuPage() { const navItems = [ @@ -38,39 +38,33 @@ export default function MenuPage() { /> -
- +
-