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