Merge version_4 into main

Merge version_4 into main
This commit was merged in pull request #6.
This commit is contained in:
2026-05-09 15:38:32 +00:00

View File

@@ -172,7 +172,7 @@ export default function LandingPage() {
tag="Let's Talk"
title="Ready to build your reputation?"
description="Schedule a strategy session today."
buttons={[{ text: "Send Message", href: "#contact" }]}
buttons={[{ text: "Book Your Strategy Call", href: "#contact" }]}
/>
</div>
@@ -189,4 +189,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}