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