From db9f3c1362e14bd8a7c30f5afe48f957126aea1a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 23:02:43 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 95a53e8..734aa79 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1384,4 +1384,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From f8e0cf4d9b15d845d9a4cc9e97bf9de236f4630c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 23:02:44 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 57aad9d..132edf3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -206,7 +206,7 @@ export default function HomePage() { tagAnimation="slide-up" background={{ variant: "radial-gradient" }} useInvertedBackground={false} - buttonText="Start Your Project" + buttonText="Get Your Free Growth Strategy" inputPlaceholder="Enter your email" termsText="We'll get back to you within 24 hours. We respect your privacy." /> @@ -226,4 +226,4 @@ export default function HomePage() { ); -} +} \ No newline at end of file -- 2.49.1