diff --git a/src/app/categories/page.tsx b/src/app/categories/page.tsx index c4a5250..f21165e 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: ThemeProviderProps = { +const 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 = {