From c5262ce4932aac5696b6302db3fdbf85560ef9db Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Tue, 24 Feb 2026 10:14:15 +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 1bc24ea..3ff1bab 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -77,7 +77,7 @@ function ProductPageContent({ params }: ProductPageProps) { const themeProviderProps = { children: null as any, defaultButtonVariant: "shift-hover" as const, - defaultTextAnimation: "entrance-slide", + defaultTextAnimation: "entrance-slide" as const, borderRadius: "rounded", contentWidth: "smallMedium", sizing: "mediumLarge",