From a9ee200345928600a228ca61b6ff7858dba0a6fd Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Feb 2026 13:46:20 +0000 Subject: [PATCH] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 231 ++++++++++++++++++------------------- 1 file changed, 115 insertions(+), 116 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 7635b1a..16461a1 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -2,7 +2,6 @@ import { use, useCallback } from "react"; import { useRouter } from "next/navigation"; -import ReactLenis from "lenis/react"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; import ProductDetailCard from "@/components/ecommerce/productDetail/ProductDetailCard"; @@ -66,6 +65,12 @@ export default function ProductPage({ params }: ProductPageProps) { await checkout(getCheckoutItems(), { successUrl: currentUrl.toString() }); }, [cartItems, checkout, getCheckoutItems]); + const footerColumns = [ + { title: "Shop", items: [{ label: "All Fragrances", href: "/shop" }, { label: "New Arrivals", href: "/shop" }, { label: "Best Sellers", href: "/shop" }] }, + { title: "Company", items: [{ label: "About Us", href: "/#about" }, { label: "Our Story", href: "/#about" }, { label: "Contact", href: "/#contact" }] }, + { title: "Support", items: [{ label: "FAQ", href: "/#faq" }, { label: "Shipping", href: "#" }, { label: "Returns", href: "#" }] } + ]; + if (isLoading) { return ( - - -
-

Loading product...

-
- -
+ +
+

Loading product...

+
+
); } @@ -123,39 +126,37 @@ export default function ProductPage({ params }: ProductPageProps) { secondaryButtonStyle="layered" headingFontWeight="semibold" > - -