Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| dfc165e23f | |||
| d3a78b21ef |
@@ -69,6 +69,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
title="Signature Flavors"
|
||||
description="Taste the mastery in every bite with our signature, handcrafted Mexican dishes."
|
||||
buttons={[{ text: "View Digital Menu", href: "#menu" }]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -114,9 +115,7 @@ export default function LandingPage() {
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqDouble
|
||||
textboxLayout="split"
|
||||
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)." }
|
||||
]}
|
||||
faqs={[]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Everything you need to know for your perfect visit."
|
||||
faqsAnimation="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user