Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f17f958194 | |||
| 1780af70ca | |||
| 1ac04a3f39 |
@@ -150,6 +150,8 @@ export default function LandingPage() {
|
|||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactSplitForm
|
<ContactSplitForm
|
||||||
className="bg-neutral-800"
|
className="bg-neutral-800"
|
||||||
|
titleClassName="text-white"
|
||||||
|
descriptionClassName="text-white"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
title="Get in Touch"
|
title="Get in Touch"
|
||||||
description="Our team is here to assist with any questions you might have about our products."
|
description="Our team is here to assist with any questions you might have about our products."
|
||||||
@@ -158,12 +160,9 @@ export default function LandingPage() {
|
|||||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "email", type: "email", placeholder: "Email Address", required: true,
|
name: "phone", type: "tel", placeholder: "Phone Number", required: true,
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
textarea={{
|
|
||||||
name: "message", placeholder: "How can we help?", required: true,
|
|
||||||
}}
|
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/view-contemporary-photorealistic-lamp_23-2151038910.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/view-contemporary-photorealistic-lamp_23-2151038910.jpg"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -196,4 +195,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user