Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-05-02 08:10:11 +00:00

View File

@@ -139,13 +139,14 @@ export default function LandingPage() {
<div id="faq" data-section="faq">
<FaqSplitMedia
textboxLayout="default"
textboxLayout="split-actions"
useInvertedBackground={false}
faqs={[
{ id: "f1", title: "Is the road safe at night?", content: "We recommend visiting during daylight as parts of the road through the plantation lack street lights." },
{ id: "f2", title: "Do you accept reservations?", content: "For large groups, we highly suggest calling in advance to ensure availability." },
{ id: "f3", title: "Are you open on public holidays?", content: "Yes, we are generally open, but check our social media for specific holiday updates." },
]}
buttons={[{ text: "Book Now", href: "tel:+60123456789" }]}
imageSrc="http://img.b2bpic.net/free-photo/asian-people-having-dinner-party_23-2149552621.jpg"
imageAlt="Welcome to our restaurant"
mediaAnimation="slide-up"
@@ -177,4 +178,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}