diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index c0b4f8a..b998809 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -2,14 +2,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree'; -import FooterBase from '@/components/sections/footer/FooterBase'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -import ProductCardOne from '@/components/sections/product/ProductCardOne'; -import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { Sparkles, Star } from "lucide-react"; +import HeroSplit from '@/components/sections/hero/HeroSplit'; +import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree'; +import { UtensilsCrossed } from 'lucide-react'; -export default function LandingPage() { +export default function MenuPage() { return ( - + -
- -
+ -
- -
+
+ +
-
- -
- - +
+ +
);