Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 03ea387cd0 | |||
| 009512a366 | |||
| c222cd71c1 | |||
| 2e74051193 |
@@ -130,14 +130,14 @@ export default function LandingPage() {
|
|||||||
<ContactSplitForm
|
<ContactSplitForm
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="Visit Us Today"
|
title="Visit Us Today"
|
||||||
description="Have a question or want to book an event? Drop us a line."
|
description="Have a question or want to book an event? Fill out our form below to book event catering—it's the fastest way to reach us!"
|
||||||
inputs={[
|
inputs={[
|
||||||
{ 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: "email", type: "email", placeholder: "Email Address", required: true },
|
||||||
]}
|
]}
|
||||||
textarea={{ name: "message", placeholder: "Your Message", rows: 4 }}
|
textarea={{ name: "message", placeholder: "Your Message", rows: 4 }}
|
||||||
buttonText="Send Inquiry"
|
buttonText="Send Inquiry"
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/bicycle-city-health-leisure-town-urban-vehicle_53876-23383.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-talking-phone_23-2149356834.jpg"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -154,4 +154,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user