Merge version_3 into main #4

Merged
bender merged 1 commits from version_3 into main 2026-05-25 05:47:27 +00:00

View File

@@ -33,8 +33,8 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Catalog", id: "/catalog" },
{ 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>
);
}
}