Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-05-06 12:09:55 +00:00

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>
);
}
}