From c6d8bb4d9a9403330e2b7e33bb6066562cb707a5 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 06:18:59 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: "#" } ]} -- 2.49.1 From 569d73d922fd65bc6e2b51a819a466868b638f0e Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 06:19:00 +0000 Subject: [PATCH 2/2] Update src/components/shared/SvgTextLogo/SvgTextLogo.tsx --- src/components/shared/SvgTextLogo/SvgTextLogo.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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({ -- 2.49.1