Update src/app/page.tsx

This commit is contained in:
2026-03-16 15:53:11 +00:00
parent 02197a048b
commit 2cccb2ccf4

View File

@@ -168,7 +168,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactSplitForm
title="Reserve Your Experience"
description="Book within 24 hours for guaranteed priority seating. Same-day reservations available! Fill out the form below to secure your table or inquire about private events."
description="100% secure reservation — Book within 24 hours for guaranteed priority seating. Same-day reservations available! Fill out the form below to secure your table or inquire about private events."
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/terrace-with-white-blue-armchairs_1203-2077.jpg"
imageAlt="Shadowlawn Eats Restaurant Interior"
@@ -181,7 +181,7 @@ export default function LandingPage() {
{ 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 }}
buttonText="Reserve Table"
buttonText="Confirm Reservation"
ariaLabel="Contact form - Reserve at Shadowlawn Eats"
/>
</div>