Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 816514be41 | |||
| 40c8a6a5d3 | |||
| d2827e08f9 | |||
| ef625f9a69 |
@@ -248,16 +248,12 @@ export default function LandingPage() {
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
title="Order From Five Stars"
|
||||
title="Quick Order – Call or Message Us"
|
||||
description="Ready to satisfy your cravings? Contact us now to place your order or get more information about our services. We're here 24/7 to serve you."
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
{ name: "phone", type: "tel", placeholder: "Your Phone Number", required: true }
|
||||
{ name: "phone", type: "tel", placeholder: "Your Phone Number", required: true },
|
||||
{ name: "order", type: "text", placeholder: "What would you like to order?", required: true }
|
||||
]}
|
||||
textarea={{
|
||||
name: "order", placeholder: "What would you like to order? (e.g., Beef Steak, Seafood Platter, Pasta...)", rows: 4,
|
||||
required: true
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/life-style_1122-1806.jpg?_wi=2"
|
||||
imageAlt="Five Stars Restaurant"
|
||||
|
||||
Reference in New Issue
Block a user