Compare commits
1 Commits
version_19
...
version_6
| Author | SHA1 | Date | |
|---|---|---|---|
| baa61f38c1 |
@@ -168,7 +168,7 @@ export default function LandingPage() {
|
|||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactSplitForm
|
<ContactSplitForm
|
||||||
title="Reserve Your Experience"
|
title="Reserve Your Experience"
|
||||||
description="Join us at Shadowlawn Eats for an unforgettable dining experience. Fill out the form below to make a reservation or inquire about private events."
|
description="Get priority seating and special perks when you reserve with us. Fill out the form below to secure your table at Shadowlawn Eats for an unforgettable dining experience."
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/terrace-with-white-blue-armchairs_1203-2077.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/terrace-with-white-blue-armchairs_1203-2077.jpg"
|
||||||
imageAlt="Shadowlawn Eats Restaurant Interior"
|
imageAlt="Shadowlawn Eats Restaurant Interior"
|
||||||
@@ -180,7 +180,7 @@ export default function LandingPage() {
|
|||||||
{ name: "phone", type: "tel", placeholder: "Phone Number", required: true },
|
{ name: "phone", type: "tel", placeholder: "Phone Number", required: true },
|
||||||
{ name: "date", type: "date", placeholder: "Preferred Date & Time", required: true }
|
{ name: "date", type: "date", placeholder: "Preferred Date & Time", required: true }
|
||||||
]}
|
]}
|
||||||
textarea={{ name: "message", placeholder: "Special requests or party size — reservations receive priority seating", rows: 4, required: false }}
|
textarea={{ name: "message", placeholder: "Party size and special requests — priority seating available", rows: 4, required: false }}
|
||||||
buttonText="Reserve Table"
|
buttonText="Reserve Table"
|
||||||
ariaLabel="Contact form - Reserve at Shadowlawn Eats"
|
ariaLabel="Contact form - Reserve at Shadowlawn Eats"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user