Merge version_4 into main #6

Merged
bender merged 1 commits from version_4 into main 2026-04-26 20:40:21 +00:00

View File

@@ -7,7 +7,7 @@ import FaqSplitText from '@/components/sections/faq/FaqSplitText';
import FeatureBento from '@/components/sections/feature/FeatureBento';
import FooterMedia from '@/components/sections/footer/FooterMedia';
import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
import TextAbout from '@/components/sections/about/TextAbout';
@@ -27,18 +27,15 @@ export default function LandingPage() {
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
<NavbarStyleApple
navItems={[
{ name: "Hero", id: "#hero" },
{ name: "History", id: "#about" },
{ name: "Menu", id: "#menu" },
{ name: "The Salon", id: "#about" },
{ name: "The Menu", id: "#menu" },
{ name: "Shop", id: "#shop" },
{ name: "Gallery", id: "#gallery" },
{ name: "Testimonials", id: "#testimonials" },
{ name: "Practical Info", id: "#practical" },
{ name: "Contact", id: "#contact" }
{ name: "Reviews", id: "#testimonials" },
{ name: "Find Us", id: "#practical" }
]}
brandName="Regine"
brandName="Régine"
/>
</div>