5 Commits

Author SHA1 Message Date
2a40579061 Update src/app/page.tsx 2026-03-12 06:38:24 +00:00
b1a4658c28 Merge version_14 into main
Merge version_14 into main
2026-03-12 06:36:22 +00:00
ff19841a77 Update src/app/page.tsx 2026-03-12 06:36:18 +00:00
5c5f6912a1 Merge version_12 into main
Merge version_12 into main
2026-03-12 06:29:23 +00:00
4ce2bad1f7 Merge version_12 into main
Merge version_12 into main
2026-03-12 06:22:03 +00:00

View File

@@ -58,7 +58,7 @@ export default function LandingPage() {
tagIcon={Sparkles}
tagAnimation="slide-up"
buttons={[
{ text: "Book a Call", href: "/booking" },
{ text: "Get Your Free Demo", href: "/booking" },
{ text: "See Our Services", onClick: handleServicesClick }
]}
buttonAnimation="slide-up"
@@ -169,7 +169,7 @@ export default function LandingPage() {
background={{ variant: "plain" }}
useInvertedBackground={false}
inputPlaceholder="Enter your email"
buttonText="Get Started"
buttonText="Claim Your Free Audit"
termsText="We respect your privacy. Unsubscribe at any time."
onSubmit={handleContactSubmit}
/>