6 Commits

Author SHA1 Message Date
c009aaff6a Update src/app/page.tsx 2026-05-04 16:49:11 +00:00
56b0697761 Merge version_1 into main
Merge version_1 into main
2026-05-04 16:48:35 +00:00
062d436241 Merge version_1 into main
Merge version_1 into main
2026-05-04 16:45:39 +00:00
91c857d2f1 Merge version_1 into main
Merge version_1 into main
2026-05-04 16:45:10 +00:00
8d96ef9933 Merge version_1 into main
Merge version_1 into main
2026-05-04 16:44:43 +00:00
081c869e5e Merge version_1 into main
Merge version_1 into main
2026-05-04 16:44:08 +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>
);
}
}