Update src/app/about/page.tsx
This commit is contained in:
@@ -25,13 +25,13 @@ export default function AboutPage() {
|
||||
<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={{
|
||||
|
||||
Reference in New Issue
Block a user