2 Commits

Author SHA1 Message Date
b64e23a823 Update src/app/page.tsx 2026-05-02 07:24:24 +00:00
d94b06fcdc Merge version_2 into main
Merge version_2 into main
2026-05-02 07:22:49 +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>
);
}
}