Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| eac334ae13 | |||
| f8433b2aac |
@@ -168,8 +168,8 @@ export default function LandingPage() {
|
|||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactSplitForm
|
<ContactSplitForm
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
title="Order Your Favorites Today"
|
title="Call Us to Order"
|
||||||
description="Call (773) 465-5815 or use the form below for quick pickup/delivery requests."
|
description="Click to call (773) 465-5815 or use the form below for quick pickup/delivery requests."
|
||||||
inputs={[
|
inputs={[
|
||||||
{
|
{
|
||||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||||
@@ -181,6 +181,7 @@ export default function LandingPage() {
|
|||||||
name: "phone", type: "tel", placeholder: "Phone Number", required: true,
|
name: "phone", type: "tel", placeholder: "Phone Number", required: true,
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
buttonText="Call (773) 465-5815"
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/young-beautiful-girl-eating-sushi-traditional-japanese-restaurant_627829-6752.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/young-beautiful-girl-eating-sushi-traditional-japanese-restaurant_627829-6752.jpg"
|
||||||
textarea={{
|
textarea={{
|
||||||
name: "order", placeholder: "Your Order Details", rows: 4,
|
name: "order", placeholder: "Your Order Details", rows: 4,
|
||||||
|
|||||||
Reference in New Issue
Block a user