Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-04-17 01:44:42 +00:00

View File

@@ -154,7 +154,7 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "q1", title: "Do you take reservations?", content: "Yes, we highly recommend booking in advance, especially for riverfront patio seating."},
id: "q1", title: "Do you take reservations?", content: "Yes, please use the button below or our contact form to secure your table."},
{
id: "q2", title: "Are there vegetarian options?", content: "Absolutely, our menu is updated seasonally with delicious plant-based selections."},
{
@@ -206,4 +206,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}