Merge version_2 into main #6

Merged
bender merged 1 commits from version_2 into main 2026-05-04 16:49:15 +00:00

View File

@@ -185,7 +185,7 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
id: "q1", title: "Do you accept reservations?", content: "Yes, we highly recommend booking in advance to secure your table."},
id: "q1", title: "Do you accept reservations?", content: "Yes, we highly recommend booking in advance to secure your table. [Book your table now](#contact)"},
{
id: "q2", title: "Are your ingredients fresh?", content: "We source the freshest local catch daily to ensure premium quality."},
{
@@ -237,4 +237,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}