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: [