Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-05-09 15:58:52 +00:00

View File

@@ -227,6 +227,11 @@ export default function LandingPage() {
{
id: "q3", title: "Can I reserve a table?", content: "For large groups, reservation is recommended."},
]}
buttons={[
{
text: "Book Your Table", href: "#contact"
}
]}
title="Frequently Asked Questions"
description="Common questions about Hajis Food Park."
faqsAnimation="blur-reveal"
@@ -281,4 +286,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}