2 Commits

Author SHA1 Message Date
a70e6cac88 Update src/app/page.tsx 2026-04-21 04:03:33 +00:00
7f02150a33 Merge version_3 into main
Merge version_3 into main
2026-04-21 04:02:09 +00:00

View File

@@ -158,7 +158,7 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={true}
background={{ variant: "sparkles-gradient" }}
text="Ready to build your digital authority? Let's discuss your vision. Contact us at 8602180005."
text="Book your complimentary growth audit to define your roadmap and secure your competitive edge."
buttons={[{ text: "Book Your Strategy Call", href: "#" }]}
/>
</div>
@@ -177,4 +177,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}