Update src/app/page.tsx

This commit is contained in:
2026-05-06 12:09:49 +00:00
parent 77aeaeb3c5
commit 284e1cf20a

View File

@@ -135,7 +135,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqs={[
{ id: "1", title: "Do I need a reservation?", content: "Yes, we highly recommend booking in advance, especially on weekends." },
{ id: "1", title: "Do I need a reservation?", content: "Yes, we highly recommend booking in advance. Please use our online reservation form below to secure your table." },
{ id: "2", title: "Is there parking available?", content: "We are located in a central area with several public parking lots within walking distance." },
{ id: "3", title: "Do you offer gluten-free options?", content: "Absolutely, our chef accommodates all dietary needs." },
]}
@@ -184,4 +184,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}