Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #4.
This commit is contained in:
@@ -168,6 +168,7 @@ 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"
|
||||
/>
|
||||
|
||||
@@ -7,7 +7,7 @@ interface SvgTextLogoProps {
|
||||
fontFamily?: string;
|
||||
fontWeight?: number;
|
||||
letterSpacing?: number;
|
||||
dominantBaseline?: 'auto' | 'text-top' | 'hanging' | 'middle' | 'central' | 'ideographic' | 'mathematical' | 'inherit';
|
||||
dominantBaseline?: 'auto' | 'alphabetic' | 'hanging' | 'ideographic' | 'mathematical' | 'middle' | 'central' | 'text-before-edge' | 'text-after-edge' | 'inherit';
|
||||
textAnchor?: 'start' | 'middle' | 'end' | 'inherit';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user