Update src/app/products/page.tsx
This commit is contained in:
@@ -108,9 +108,9 @@ export default function ProductListingPage() {
|
||||
{
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Shop", href: "/shop"},
|
||||
name: "Shop", id: "/shop"},
|
||||
{
|
||||
name: "Products", href: "/products"},
|
||||
name: "Products", id: "/products"},
|
||||
{
|
||||
name: "Features", id: "#features"},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user