diff --git a/src/app/page.tsx b/src/app/page.tsx index 753614e..79e1c2a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -111,6 +111,7 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/side-view-woman-working-as-plumber_23-2150746373.jpg" imageAlt="Professional maintenance team at work" mediaAnimation="slide-up" + metricsAnimation="none" useInvertedBackground={false} /> diff --git a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx index 3f23e21..b98a67c 100644 --- a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx +++ b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx @@ -6,7 +6,7 @@ interface SvgTextLogoProps { fontSize?: number; fontWeight?: number | string; fill?: string; - dominantBaseline?: 'middle' | 'central' | 'hanging' | 'auto' | 'baseline' | 'text-bottom' | 'alphabetic'; + dominantBaseline?: 'middle' | 'central' | 'hanging' | 'auto' | 'alphabetic' | 'text-bottom' | 'ideographic' | 'mathematical' | 'text-after-edge' | 'text-before-edge' | 'use-script' | 'no-change' | 'reset-size'; } const SvgTextLogo: React.FC = ({