diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index dcb29e8..68e3168 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -3,11 +3,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine'; +import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import { Coffee } from 'lucide-react'; -export default function LandingPage() { +export default function MenuPage() { return (
-
@@ -75,4 +77,4 @@ export default function LandingPage() {
); -} +} \ No newline at end of file