Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d038bbb6f3 | |||
| c0b55e51de | |||
| 82bf504cc0 | |||
| fe75913a76 | |||
| 64be5874a7 |
1422
src/app/layout.tsx
1422
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -181,7 +181,7 @@ export default function LandingPage() {
|
|||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactSplitForm
|
<ContactSplitForm
|
||||||
title="Make Your Reservation"
|
title="Make Your Reservation"
|
||||||
description="Secure your table or get in touch with us. We're open daily for lunch and dinner. Same-day reservations welcome based on availability."
|
description="Limited tables available daily. Reserve now or call for instant confirmation."
|
||||||
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 },
|
||||||
|
|||||||
Reference in New Issue
Block a user