From a634395bd529c40e6395417f2f413662115dc609 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 15:41:24 +0000 Subject: [PATCH] Update src/app/categories/page.tsx --- src/app/categories/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/categories/page.tsx b/src/app/categories/page.tsx index f21165e..c4a5250 100644 --- a/src/app/categories/page.tsx +++ b/src/app/categories/page.tsx @@ -7,7 +7,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav import FooterBase from '@/components/sections/footer/FooterBase'; import HeroBillboard from '@/components/sections/hero/HeroBillboard'; -const themeProviderProps = { +const themeProviderProps: ThemeProviderProps = { defaultButtonVariant: "shift-hover", defaultTextAnimation: "reveal-blur", borderRadius: "soft", contentWidth: "small", sizing: "mediumLargeSizeMediumTitles", background: "grid", cardStyle: "inset", primaryButtonStyle: "radial-glow", secondaryButtonStyle: "glass", headingFontWeight: "bold"}; const navbarProps = {