From 4d660e7f043286aa5e71c0fb7fef52cd131de9ec Mon Sep 17 00:00:00 2001 From: Vula Builder Date: Sun, 26 Jul 2026 17:04:56 +0000 Subject: [PATCH] Deploy --- src/components/sections/BookingCTASection.tsx | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/components/sections/BookingCTASection.tsx diff --git a/src/components/sections/BookingCTASection.tsx b/src/components/sections/BookingCTASection.tsx new file mode 100644 index 0000000..96158ac --- /dev/null +++ b/src/components/sections/BookingCTASection.tsx @@ -0,0 +1,21 @@ +'use client' +import Link from 'next/link' +import Button from '@/components/ui/Button' + +export default function BookingCTASection() { + return ( +
+
+

Reserve Your Slice of the Wild

+

+ Book your luxury bush stay at Zulwini Lodge – a few clicks and you are set for an unforgettable escape into KwaZulu-Natal. +

+ + + +
+
+ ) +} \ No newline at end of file