Update src/app/about/page.tsx

This commit is contained in:
2026-06-11 05:17:44 +00:00
parent 5e1fb1a3a4
commit 58c488cf24

View File

@@ -25,13 +25,13 @@ export default function AboutPage() {
<NavbarLayoutFloatingInline <NavbarLayoutFloatingInline
navItems={[ 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" brandName="1VAULT"
button={{ button={{