2 Commits

Author SHA1 Message Date
67aa5f87bf Update src/app/page.tsx 2026-05-25 05:47:21 +00:00
b409f8a8b6 Merge version_2 into main
Merge version_2 into main
2026-05-25 05:43:35 +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>
);
}
}