Merge version_3 into main #3

Merged
bender merged 1 commits from version_3 into main 2026-05-19 17:09:57 +00:00

View File

@@ -128,13 +128,13 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplitForm
useInvertedBackground={false}
title="Contact Us Today"
description="Ready to upgrade your calling operations? Reach out and we'll craft the perfect plan for you."
title="Get In Touch"
description="Whether you are in Pakistan or the USA, we are here to support your business. Reach out to our regional offices for dedicated support."
inputs={[
{ name: "name", type: "text", placeholder: "Name" },
{ name: "email", type: "email", placeholder: "Email" },
]}
textarea={{ name: "message", placeholder: "How can we help you?" }}
textarea={{ name: "message", placeholder: "How can we help you? (Pakistan: +92 51 000 0000 | USA: +1 303 000 0000 | Email: support@craftingcalls.pk / us-info@craftingcalls.com)" }}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dx4OGL3LeWziG6okH1UbXBl6Eq/uploaded-1779210519827-lyoc6fcb.jpg?_wi=2"
/>
</div>
@@ -151,4 +151,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}