Update src/app/page.tsx
This commit is contained in:
@@ -103,7 +103,11 @@ export default function LandingPage() {
|
||||
<FaqSplitMedia
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[]}
|
||||
faqs={[
|
||||
{ id: "1", title: "Do I need a reservation?", content: "While walk-ins are welcome, we highly recommend booking a table in advance, especially during peak hours and live event nights, to ensure you get the best seating." },
|
||||
{ id: "2", title: "Are children allowed?", content: "Yes, we are a family-friendly venue. Children are welcome to join us for a meal, though we recommend early evening hours for a quieter experience." },
|
||||
{ id: "3", title: "Is there a dress code?", content: "We embrace a casual rock 'n' roll vibe! Come as you are and get ready to enjoy some legendary music and food." }
|
||||
]}
|
||||
title="Frequently Asked"
|
||||
description="Have questions about your visit?"
|
||||
faqsAnimation="blur-reveal"
|
||||
|
||||
Reference in New Issue
Block a user