Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| c259b2c2b1 | |||
| d69936e2c0 | |||
| 8149062a28 | |||
| bda58c9c94 |
@@ -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>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user