Update src/app/page.tsx

This commit is contained in:
2026-04-15 08:05:58 +00:00
parent 0e695c5692
commit 29eb5c7c51

View File

@@ -227,7 +227,7 @@ export default function LandingPage() {
text="Ready to scale your digital dominance? Lets start the conversation."
buttons={[
{
text: "Book Consultation", href: "#"},
text: "Schedule Your Free Strategy Call", href: "#"},
]}
/>
</div>
@@ -266,4 +266,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}