4 Commits

Author SHA1 Message Date
cb5d222cf0 Update src/app/page.tsx 2026-05-02 07:25:41 +00:00
c9fbcd9ed1 Merge version_3 into main
Merge version_3 into main
2026-05-02 07:24:27 +00:00
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

@@ -74,7 +74,7 @@ export default function LandingPage() {
{
text: "Explore Services", href: "#services"},
{
text: "Schedule a Strategy Session", href: "#contact"},
text: "Book Your Free Strategy Call", href: "#contact"},
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D9u9qzoHx8H9n8lqXvOGeLUzlH/uploaded-1777706491028-ufcmgkrw.png"
mediaAnimation="slide-up"
@@ -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>
);
}
}