Merge version_1 into main #2
@@ -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>
|
||||
|
||||
@@ -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> = ({
|
||||
|
||||
Reference in New Issue
Block a user