Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| dfc165e23f |
@@ -69,6 +69,7 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
title="Signature Flavors"
|
title="Signature Flavors"
|
||||||
description="Taste the mastery in every bite with our signature, handcrafted Mexican dishes."
|
description="Taste the mastery in every bite with our signature, handcrafted Mexican dishes."
|
||||||
|
buttons={[{ text: "View Digital Menu", href: "#menu" }]}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -114,9 +115,7 @@ export default function LandingPage() {
|
|||||||
<div id="faq" data-section="faq">
|
<div id="faq" data-section="faq">
|
||||||
<FaqDouble
|
<FaqDouble
|
||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
faqs={[
|
faqs={[]}
|
||||||
{ id: "faq-1", title: "Do I need a reservation?", content: "We highly recommend booking in advance to secure your table. You can book your table directly through our [online reservation system](#contact)." }
|
|
||||||
]}
|
|
||||||
title="Frequently Asked Questions"
|
title="Frequently Asked Questions"
|
||||||
description="Everything you need to know for your perfect visit."
|
description="Everything you need to know for your perfect visit."
|
||||||
faqsAnimation="slide-up"
|
faqsAnimation="slide-up"
|
||||||
|
|||||||
Reference in New Issue
Block a user