From 16b15f82d0cf3ad3a29e07f67a43c4dff93f42ce Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Tue, 24 Feb 2026 16:03:34 +0000 Subject: [PATCH] Bob AI: fix build errors (attempt 1) --- 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 348925a..23bc474 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -75,7 +75,7 @@ function ProductPageContent({ params }: ProductPageProps) { const themeProviderProps = { defaultButtonVariant: "expand-hover" as const, - defaultTextAnimation: "background-highlight", + defaultTextAnimation: "background-highlight" as const, borderRadius: "pill", contentWidth: "compact", sizing: "largeSmallSizeLargeTitles",