Compare commits
4 Commits
version_8
...
version_10
| Author | SHA1 | Date | |
|---|---|---|---|
| 574dea4c6b | |||
| d4928418d4 | |||
| bde0de22ab | |||
| 51e25cb4d7 |
@@ -122,7 +122,11 @@ export default function LandingPage() {
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqDouble
|
||||
textboxLayout="split"
|
||||
faqs={[]}
|
||||
faqs={[
|
||||
{ id: "faq-1", title: "Do you take reservations?", content: "Yes, we highly recommend booking in advance through our website or calling our front desk to ensure your preferred time." },
|
||||
{ id: "faq-2", title: "Can you accommodate dietary restrictions?", content: "We pride ourselves on inclusive dining. Please notify our staff of any allergies or dietary requirements when booking, and our chefs will happily customize your order." },
|
||||
{ id: "faq-3", title: "Is there parking available?", content: "We offer complimentary valet parking for all guests, located directly at the entrance of our brasserie." }
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Everything you need to know for your perfect visit."
|
||||
faqsAnimation="slide-up"
|
||||
@@ -133,7 +137,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplitForm
|
||||
title="Visit El Gran Toro"
|
||||
description="We're located in the heart of downtown."
|
||||
description="We're located in the heart of downtown. Call us at +18457456479"
|
||||
inputs={[
|
||||
{ name: "name", type: "text", placeholder: "Your Name" },
|
||||
{ name: "email", type: "email", placeholder: "Your Email" }
|
||||
|
||||
Reference in New Issue
Block a user