Update src/app/lookbook/page.tsx

This commit is contained in:
2026-06-11 05:17:45 +00:00
parent 58c488cf24
commit 21ee3aa36b

View File

@@ -25,13 +25,13 @@ export default function LookbookPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home", href: "/"},
name: "Home", id: "/"},
{
name: "Shop", href: "/#shop"},
name: "Shop", id: "/#shop"},
{
name: "Lookbook", href: "/lookbook"},
name: "Lookbook", id: "/lookbook"},
{
name: "About", href: "/about"},
name: "About", id: "/about"},
]}
brandName="1VAULT"
button={{