diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 82cac7f..d6b5fa8 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -7,7 +7,7 @@ import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwen import FooterBase from '@/components/sections/footer/FooterBase'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -export default function LandingPage() { +export default function MenuPage() { return ( - + -
- -
+
+ +
-
- -
- - +
+ +
); diff --git a/src/app/story/page.tsx b/src/app/story/page.tsx index 32d4025..2e7cda6 100644 --- a/src/app/story/page.tsx +++ b/src/app/story/page.tsx @@ -4,10 +4,9 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour'; -import FooterBase from '@/components/sections/footer/FooterBase'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; -export default function LandingPage() { +export default function StoryPage() { return ( - + -
- -
+
+ +
-
- -
- - +
+ +
);