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 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