Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-03-12 17:05:31 +00:00
2 changed files with 1 additions and 2 deletions

View File

@@ -168,7 +168,6 @@ export default function LandingPage() {
{ value: "3.2x", label: "Average Conversion Lift" }
]}
containerClassName="w-full"
titleClassName="text-4xl md:text-5xl font-bold"
descriptionClassName="text-base md:text-lg"
carouselMode="buttons"
/>

View File

@@ -7,7 +7,7 @@ interface SvgTextLogoProps {
fontFamily?: string;
fontWeight?: number;
letterSpacing?: number;
dominantBaseline?: 'auto' | 'text-top' | 'hanging' | 'middle' | 'central' | 'text-bottom' | 'ideographic' | 'mathematical' | 'inherit';
dominantBaseline?: 'auto' | 'text-top' | 'hanging' | 'middle' | 'central' | 'ideographic' | 'mathematical' | 'inherit';
textAnchor?: 'start' | 'middle' | 'end' | 'inherit';
}