diff --git a/src/app/page.tsx b/src/app/page.tsx index 61ad46f..56e87ef 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,7 +60,6 @@ export default function LandingPage() { buttonAnimation="slide-up" tagAnimation="blur-reveal" className="min-h-screen" - useInvertedBackground={false} /> @@ -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: "#" } ]} diff --git a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx index 1ca8558..04e0d61 100644 --- a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx +++ b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx @@ -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({