|
|
|
@@ -156,11 +156,11 @@ export default function LandingPage() {
|
|
|
|
<div id="contact" data-section="contact">
|
|
|
|
<div id="contact" data-section="contact">
|
|
|
|
<ContactSplitForm
|
|
|
|
<ContactSplitForm
|
|
|
|
title="Get In Touch"
|
|
|
|
title="Get In Touch"
|
|
|
|
description="Reserve a table, ask questions, or just say hello! You can reach us by phone, visit us in person, or send a message below. We're here to welcome you. Hours: Mon-Fri 7am-8pm, Sat 8am-9pm, Sun 9am-7pm. Phone: +39 02 1234 5678. Address: Via Milano 45, 20100 Milano, Italy."
|
|
|
|
description="Reserve a table, ask questions, or just say hello! You can reach us through multiple channels."
|
|
|
|
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 },
|
|
|
|
{ name: "phone", type: "tel", placeholder: "Phone number (optional)", required: false }
|
|
|
|
{ name: "phone", type: "tel", placeholder: "Phone: +39 02 1234 5678", required: false }
|
|
|
|
]}
|
|
|
|
]}
|
|
|
|
textarea={{
|
|
|
|
textarea={{
|
|
|
|
name: "message", placeholder: "Tell us about your visit, make a reservation, or ask a question...", rows: 5,
|
|
|
|
name: "message", placeholder: "Tell us about your visit, make a reservation, or ask a question...", rows: 5,
|
|
|
|
@@ -183,4 +183,4 @@ export default function LandingPage() {
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</ThemeProvider>
|
|
|
|
</ThemeProvider>
|
|
|
|
);
|
|
|
|
);
|
|
|
|
}
|
|
|
|
}
|