4 Commits

Author SHA1 Message Date
72748542c2 Update src/app/page.tsx 2026-03-05 18:50:14 +00:00
bd31011468 Merge version_2 into main
Merge version_2 into main
2026-03-05 18:47:31 +00:00
ab1041a87e Update src/app/page.tsx 2026-03-05 18:47:27 +00:00
2fd94586d6 Merge version_1 into main
Merge version_1 into main
2026-03-03 20:25:05 +00:00

View File

@@ -166,7 +166,7 @@ export default function LandingPage() {
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactSplitForm <ContactSplitForm
title="Reserve Your Table or Room" title="Reserve Your Table or Room"
description="Due to our popularity, reservations are highly recommended. We look forward to welcoming you with open arms and treating you like family." description="Complete your reservation details below—we'll confirm within 24 hours"
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 },