Update src/app/shop/[id]/page.tsx
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
use client";
|
||||
"use client";
|
||||
|
||||
import { use, useCallback } from "react";
|
||||
import { useRouter } from "next/navigation";
|
||||
@@ -205,17 +205,17 @@ export default function ProductPage({ params }: ProductPageProps) {
|
||||
columns={[
|
||||
{
|
||||
title: "Explore Iminio", items: [
|
||||
{ label: "Home", href: "#hero" },
|
||||
{ label: "Our Story", href: "#about" },
|
||||
{ label: "Services", href: "#services" },
|
||||
{ label: "Gallery", href: "#gallery" }
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Our Story", href: "/#about" },
|
||||
{ label: "Services", href: "/#services" },
|
||||
{ label: "Gallery", href: "/#gallery" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Support", items: [
|
||||
{ label: "FAQ", href: "#faq" },
|
||||
{ label: "Contact Us", href: "#contact-us" },
|
||||
{ label: "Delivery Info", href: "#contact-us" }
|
||||
{ label: "FAQ", href: "/#faq" },
|
||||
{ label: "Contact Us", href: "/#contact-us" },
|
||||
{ label: "Delivery Info", href: "/#contact-us" }
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user