Update src/app/shop/page.tsx

This commit is contained in:
2026-02-19 12:54:00 +00:00
parent 303693c3e8
commit 9eeae0b8b2

View File

@@ -1,4 +1,4 @@
use client";
"use client";
import ReactLenis from "lenis/react";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
@@ -129,17 +129,17 @@ export default function ShopPage() {
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" }
]
},
{