3 Commits

Author SHA1 Message Date
7075bd55af Update src/app/page.tsx 2026-05-07 23:07:46 +00:00
623466d112 Merge version_1 into main
Merge version_1 into main
2026-05-07 23:06:19 +00:00
242e419bc4 Merge version_1 into main
Merge version_1 into main
2026-05-07 23:05:47 +00:00

View File

@@ -174,7 +174,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqs={[
{ id: "f1", title: "Do you take reservations?", content: "Yes, we highly recommend booking in advance." },
{ id: "f1", title: "Do you take reservations?", content: "Yes, we highly recommend booking in advance. Book your table via the form below." },
{ id: "f2", title: "Are there vegan options?", content: "We have a dedicated selection of traditional vegetable-based dishes." },
{ id: "f3", title: "Can you host events?", content: "We cater for private gatherings and corporate events." },
]}
@@ -207,4 +207,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}