Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| af039f8869 | |||
| d6dd235728 | |||
| 50f0d6ba00 | |||
| 15ede8f324 | |||
| d3ed63e36d |
@@ -55,8 +55,8 @@ export default function LandingPage() {
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{ text: "Order Pickup", href: "#contact" },
|
||||
{ text: "Order Delivery", href: "#contact" }
|
||||
{ text: "Book a Table", href: "#contact" },
|
||||
{ text: "Order Online", href: "#menu" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
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">
|
||||
<ContactSplitForm
|
||||
title="Visit Us Today"
|
||||
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."
|
||||
title="Book Your Table in Seconds"
|
||||
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={[
|
||||
{ name: "name", type: "text", placeholder: "Your Name", required: true },
|
||||
{ name: "email", type: "email", placeholder: "Your Email", required: true },
|
||||
|
||||
Reference in New Issue
Block a user