Update src/app/page.tsx
This commit is contained in:
@@ -32,6 +32,7 @@ export default function LandingPage() {
|
||||
brandName="ItemStore"
|
||||
navItems={[
|
||||
{ name: "Shop", id: "products" },
|
||||
{ name: "Products", id: "/products" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Reviews", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
@@ -198,10 +199,10 @@ export default function LandingPage() {
|
||||
columns={[
|
||||
{
|
||||
title: "Shop", items: [
|
||||
{ label: "All Products", href: "#products" },
|
||||
{ label: "New Arrivals", href: "#products" },
|
||||
{ label: "Collections", href: "#products" },
|
||||
{ label: "Sale Items", href: "#products" },
|
||||
{ label: "All Products", href: "/products" },
|
||||
{ label: "New Arrivals", href: "/products" },
|
||||
{ label: "Collections", href: "/products" },
|
||||
{ label: "Sale Items", href: "/products" },
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user