Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-05-11 19:29:46 +00:00

View File

@@ -170,7 +170,7 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
id: "q1", title: "Do I need a reservation?", content: "For prime Nile-view seating, we recommend reserving in advance."},
id: "q1", title: "Do I need a reservation?", content: "For prime Nile-view seating, click here to reserve your table now."},
{
id: "q2", title: "Are you open for breakfast?", content: "We offer a selection of morning favorites to start your day by the water."},
{
@@ -223,4 +223,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}