Merge version_13 into main

Merge version_13 into main
This commit was merged in pull request #14.
This commit is contained in:
2026-03-16 14:33:51 +00:00

View File

@@ -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="Same-day reservations available! Book within 24 hours for priority seating at Shadowlawn Eats. Fill out the form below to secure your table or inquire about private events." description="Book within 24 hours for guaranteed priority seating at Shadowlawn Eats. Same-day reservations available! Fill out the form below to secure your table or inquire about private events."
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"
@@ -228,4 +228,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }