Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-04-25 22:50:03 +00:00

View File

@@ -237,6 +237,10 @@ export default function LandingPage() {
{
id: "f3", title: "Can you cater to dietary needs?", content: "Yes, all menus are fully customizable."},
]}
buttons={[
{
text: "Inquire Now", href: "#contact"}
]}
title="Frequently Asked Questions"
description="Common inquiries about booking and private services."
faqsAnimation="slide-up"
@@ -284,4 +288,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}