From 7c64d88daad8429076ed35bb6ee425554e6540db Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Feb 2026 16:09:19 +0000 Subject: [PATCH] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index e08f869..febbe14 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -10,7 +10,7 @@ interface ProductPageProps { export default function ProductPage({ params }: ProductPageProps) { const themeProviderProps = { defaultButtonVariant: "expand-hover", defaultTextAnimation: "background-highlight", borderRadius: "pill", contentWidth: "compact", sizing: "largeSmallSizeLargeTitles", background: "circleGradient", cardStyle: "gradient-radial", primaryButtonStyle: "double-inset", secondaryButtonStyle: "layered", headingFontWeight: "light" - }; + } as const; const navbarProps = { brandName: "No song", navItems: [