diff --git a/src/app/page.tsx b/src/app/page.tsx index 7d5cf5b..8bc080b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -168,8 +168,6 @@ export default function LandingPage() { carouselMode="buttons" buttonAnimation="slide-up" containerClassName="py-16 md:py-24" - titleClassName="text-4xl md:text-5xl font-bold" - descriptionClassName="text-lg text-foreground/80" /> @@ -210,8 +208,6 @@ export default function LandingPage() { carouselMode="buttons" buttonAnimation="slide-up" containerClassName="py-16 md:py-24" - titleClassName="text-4xl md:text-5xl font-bold" - descriptionClassName="text-lg text-foreground/80" /> diff --git a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx index 2c48899..26cfafe 100644 --- a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx +++ b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx @@ -7,7 +7,7 @@ interface SvgTextLogoProps { fill?: string; fontFamily?: string; letterSpacing?: number; - dominantBaseline?: 'auto' | 'middle' | 'hanging' | 'baseline' | 'ideographic' | 'mathematical'; + dominantBaseline?: 'auto' | 'middle' | 'hanging' | 'ideographic' | 'mathematical' | 'alphabetic' | 'text-before-edge' | 'central' | 'text-after-edge' | 'use-script' | 'no-change' | 'reset-size' | 'inherit'; } const SvgTextLogo: React.FC = ({