4 Commits

Author SHA1 Message Date
c259b2c2b1 Update src/app/page.tsx 2026-04-25 22:49:59 +00:00
d69936e2c0 Merge version_1 into main
Merge version_1 into main
2026-04-25 22:49:30 +00:00
8149062a28 Merge version_1 into main
Merge version_1 into main
2026-04-25 22:48:53 +00:00
bda58c9c94 Merge version_1 into main
Merge version_1 into main
2026-04-25 22:48:15 +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."}, 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" title="Frequently Asked Questions"
description="Common inquiries about booking and private services." description="Common inquiries about booking and private services."
faqsAnimation="slide-up" faqsAnimation="slide-up"
@@ -284,4 +288,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }