1 Commits

Author SHA1 Message Date
dfc165e23f Update src/app/page.tsx 2026-04-22 08:14:50 +00:00

View File

@@ -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"