Merge version_4 into main #5

Merged
bender merged 1 commits from version_4 into main 2026-05-25 05:49:11 +00:00

View File

@@ -32,10 +32,10 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{ name: "Home", id: "/" },
{ name: "About", id: "#about" },
{ name: "Catalog", id: "#catalog" },
{ name: "Contact", id: "#contact" },
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },
{ name: "Catalog", id: "catalog" },
{ name: "Contact", id: "contact" },
]}
brandName="Lumina Interiors"
button={{ text: "Get Started", href: "#contact" }}