Merge version_3 into main #2

Merged
bender merged 1 commits from version_3 into main 2026-05-02 07:24:27 +00:00

View File

@@ -242,7 +242,7 @@ export default function LandingPage() {
text="Ready to transform your business? Let's talk."
buttons={[
{
text: "Get In Touch", href: "mailto:hello@charlesconsulting.com"},
text: "Book Your Discovery Call", href: "mailto:hello@charlesconsulting.com"},
]}
/>
</div>
@@ -259,4 +259,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}