3 Commits

Author SHA1 Message Date
f8e0cf4d9b Update src/app/page.tsx 2026-03-05 23:02:44 +00:00
db9f3c1362 Update src/app/layout.tsx 2026-03-05 23:02:43 +00:00
1c380ab651 Merge version_2 into main
Merge version_2 into main
2026-03-05 22:41:09 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1384,4 +1384,4 @@ export default function RootLayout({
</body>
</html>
);
}
}

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}