From 32d209fc54b32dc825f8c7207e0758fba7b9249b Mon Sep 17 00:00:00 2001 From: Vula Builder Date: Tue, 23 Jun 2026 08:47:14 +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..bf52346 --- /dev/null +++ b/src/components/sections/BookingCTASection.tsx @@ -0,0 +1,21 @@ +'use client' + +import Button from "@/components/ui/Button" + +export default function BookingCTASection() { + return ( +
+
+

+ Ready to experience KwaNtofontofo? +

+

+ 1 km from Pietermaritzburg Airport, en-suite luxury, wildlife at your doorstep. +

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