Merge version_1 into main #2

Merged
bender merged 2 commits from version_1 into main 2026-03-12 13:47:24 +00:00
2 changed files with 2 additions and 1 deletions

View File

@@ -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}
/>
</div>

View File

@@ -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<SvgTextLogoProps> = ({