diff --git a/src/app/page.tsx b/src/app/page.tsx index 3a9d340..5882f4c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,6 +9,7 @@ import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; +import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; import TextAbout from '@/components/sections/about/TextAbout'; export default function LandingPage() { @@ -31,7 +32,7 @@ export default function LandingPage() { navItems={[ { name: "Ritual", id: "hero" }, { name: "Craft", id: "experience" }, - { name: "Menu", id: "products" }, + { name: "About", id: "about" }, { name: "Location", id: "contact" }, ]} brandName="WOLFØX MADRID" @@ -63,6 +64,16 @@ export default function LandingPage() { /> +
+ +
+
); -} +} \ No newline at end of file