Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #5.
This commit is contained in:
2026-05-03 22:31:43 +00:00

View File

@@ -200,9 +200,9 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "w1", title: "WhatsApp Booking Enquiries", content: "Hi, Id like to enquire about bookings at Maselspoort."},
id: "w1", title: "How do I book?", content: "Click here to open WhatsApp and message our reservations team directly for instant support: https://wa.me/27510000000"},
]}
title="WhatsApp Support"
title="Questions? Chat with Us"
description="Click below to start a conversation with our reservation team on WhatsApp."
faqsAnimation="slide-up"
/>
@@ -251,4 +251,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}