From 92c3a9645f9937f25ff6fc2261cc48ce85af9c4c Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 22:33:38 +0000 Subject: [PATCH] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index f0f5162..dd7b7d9 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -98,8 +98,6 @@ function ProductPageContent({ params }: ProductPageProps) { buttonClassName="min-w-[120px] justify-center" buttonTextClassName="relative top-[0.5px]" className="z-50 backdrop-blur-md" - navItemsClassName="[&>li>a]:text-foreground [&>li>a]:font-semibold" - navOverlayContentClassName="items-start justify-start flex-col pt-16" />
@@ -149,8 +147,6 @@ function ProductPageContent({ params }: ProductPageProps) { buttonClassName="min-w-[120px] justify-center" buttonTextClassName="relative top-[0.5px]" className="z-50 backdrop-blur-md" - navItemsClassName="[&>li>a]:text-foreground [&>li>a]:font-semibold" - navOverlayContentClassName="items-start justify-start flex-col pt-16" />
@@ -207,8 +203,6 @@ function ProductPageContent({ params }: ProductPageProps) { buttonClassName="min-w-[120px] justify-center" buttonTextClassName="relative top-[0.5px]" className="z-50 backdrop-blur-md" - navItemsClassName="[&>li>a]:text-foreground [&>li>a]:font-semibold" - navOverlayContentClassName="items-start justify-start flex-col pt-16" />