From 49befd09212295fe058dd114434313263236bdcb Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 13:47:20 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 1 + 1 file changed, 1 insertion(+) 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} /> -- 2.49.1 From 04da458b9129904c36c2b8ef6a6b6040a2e564ec Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 13:47:20 +0000 Subject: [PATCH 2/2] Update src/components/shared/SvgTextLogo/SvgTextLogo.tsx --- src/components/shared/SvgTextLogo/SvgTextLogo.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = ({ -- 2.49.1