Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-05-25 05:43:35 +00:00

View File

@@ -32,9 +32,9 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{ name: "Home", id: "#hero" },
{ name: "About", id: "#about" },
{ name: "Catalog", id: "#catalog" },
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Catalog", id: "/catalog" },
{ name: "Contact", id: "#contact" },
]}
brandName="Lumina Interiors"
@@ -216,4 +216,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}