diff --git a/src/app/lookbook/page.tsx b/src/app/lookbook/page.tsx new file mode 100644 index 0000000..2271302 --- /dev/null +++ b/src/app/lookbook/page.tsx @@ -0,0 +1,94 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import ReactLenis from "lenis/react"; +import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwentyNine/FeatureCardTwentyNine'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; + +export default function LookbookPage() { + return ( + + + + +
+ +
+ + +
+
+ ); +} \ No newline at end of file