Merge version_1 into main #3

Merged
bender merged 2 commits from version_1 into main 2026-03-11 03:32:22 +00:00
2 changed files with 1 additions and 5 deletions

View File

@@ -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>

View File

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