Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1e273a85de | |||
| bedabe0183 | |||
| 37e35b2640 |
@@ -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>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user