3 Commits

Author SHA1 Message Date
1e273a85de Update src/app/page.tsx 2026-05-19 17:09:53 +00:00
bedabe0183 Merge version_2 into main
Merge version_2 into main
2026-05-19 17:09:17 +00:00
37e35b2640 Merge version_2 into main
Merge version_2 into main
2026-05-19 17:08:54 +00:00

View File

@@ -128,13 +128,13 @@ export default function LandingPage() {
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactSplitForm <ContactSplitForm
useInvertedBackground={false} useInvertedBackground={false}
title="Contact Us Today" title="Get In Touch"
description="Ready to upgrade your calling operations? Reach out and we'll craft the perfect plan for you." 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={[ inputs={[
{ name: "name", type: "text", placeholder: "Name" }, { name: "name", type: "text", placeholder: "Name" },
{ name: "email", type: "email", placeholder: "Email" }, { 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" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Dx4OGL3LeWziG6okH1UbXBl6Eq/uploaded-1779210519827-lyoc6fcb.jpg?_wi=2"
/> />
</div> </div>
@@ -151,4 +151,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }