Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d6dd235728 | |||
| 50f0d6ba00 | |||
| 15ede8f324 | |||
| d3ed63e36d |
@@ -55,8 +55,8 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
enableKpiAnimation={true}
|
enableKpiAnimation={true}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Order Pickup", href: "#contact" },
|
{ text: "Book a Table", href: "#contact" },
|
||||||
{ text: "Order Delivery", href: "#contact" }
|
{ text: "Order Online", href: "#menu" }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/side-view-cocktail-shots-with-slice-lemon-kiwi-slice-candles-bar_176474-3056.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/side-view-cocktail-shots-with-slice-lemon-kiwi-slice-candles-bar_176474-3056.jpg"
|
||||||
@@ -149,8 +149,8 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactSplitForm
|
<ContactSplitForm
|
||||||
title="Visit Us Today"
|
title="Book Your Table in Seconds"
|
||||||
description="3100 Howard Ave d10, Windsor, ON N8X 3Y8 | Phone: (519) 800-5545. Reserve your table, place an order, or just stop by to experience the ultimate sports bar atmosphere."
|
description="Secure your spot for unforgettable moments with friends. 3100 Howard Ave d10, Windsor, ON N8X 3Y8 | Phone: (519) 800-5545. Reserve your table, place an order, or just stop by to experience the ultimate sports bar atmosphere."
|
||||||
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: "Your Email", required: true },
|
{ name: "email", type: "email", placeholder: "Your Email", required: true },
|
||||||
|
|||||||
Reference in New Issue
Block a user