Merge version_3 into main
Merge version_3 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -168,8 +168,8 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={false}
|
||||
title="Order Your Favorites Today"
|
||||
description="Call (773) 465-5815 or use the form below for quick pickup/delivery requests."
|
||||
title="Call Us to Order"
|
||||
description="Click to call (773) 465-5815 or use the form below for quick pickup/delivery requests."
|
||||
inputs={[
|
||||
{
|
||||
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,
|
||||
},
|
||||
]}
|
||||
buttonText="Call (773) 465-5815"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-beautiful-girl-eating-sushi-traditional-japanese-restaurant_627829-6752.jpg"
|
||||
textarea={{
|
||||
name: "order", placeholder: "Your Order Details", rows: 4,
|
||||
|
||||
Reference in New Issue
Block a user