Merge version_1 into main #3

Merged
bender merged 2 commits from version_1 into main 2026-03-13 06:19:04 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -60,7 +60,6 @@ export default function LandingPage() {
buttonAnimation="slide-up"
tagAnimation="blur-reveal"
className="min-h-screen"
useInvertedBackground={false}
/>
</div>
@@ -103,6 +102,7 @@ export default function LandingPage() {
id: "4", title: "Performance Tracking", content: "Detailed analytics and reporting on every lead, conversion, and revenue source. Real-time dashboards show what's working so you can optimize continuously."
}
]}
textboxLayout="default"
buttons={[
{ text: "Learn More", href: "#" }
]}

View File

@@ -7,7 +7,7 @@ interface SvgTextLogoProps {
fill?: string;
fontSize?: number;
fontWeight?: number | string;
dominantBaseline?: 'auto' | 'text-bottom' | 'alphabetic' | 'ideographic' | 'middle' | 'central' | 'mathematical' | 'hanging';
dominantBaseline?: 'auto' | 'alphabetic' | 'hanging' | 'ideographic' | 'mathematical' | 'middle' | 'central' | 'text-after-edge';
}
export default function SvgTextLogo({