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",