From 303693c3e802503d2f0e7bc1ad47309dfa98ef38 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Feb 2026 12:54:00 +0000 Subject: [PATCH] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index ea3ca53..68a0b87 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -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" } ] }, {