Merge version_4 into main #3
@@ -152,13 +152,20 @@ export default function Page() {
|
||||
<ContactSplitForm
|
||||
title="Ready to Transform Your Online Presence?"
|
||||
description="Let's build something exceptional together. Reach out today for a consultation and start your journey towards digital success."
|
||||
inputs={[]}
|
||||
textarea={null}
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Your Email", required: true }
|
||||
]}
|
||||
textarea={{
|
||||
name: "message", placeholder: "Your Message", rows: 4,
|
||||
required: true
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BSmMqk0JGVNE7uPqnKaKaBC50J/an-abstract-glowing-digital-illustration-1774491186380-423f82ea.png"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
buttonText="Let's Talk Now"
|
||||
onSubmit={(data) => console.log("Form submitted:", data)}
|
||||
ariaLabel="Call to action to contact Swar Chougule"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user