From 71ddefa9abd66dda1a0e840fab7e52aa6d0ab0d2 Mon Sep 17 00:00:00 2001 From: Vula Builder Date: Sun, 26 Jul 2026 16:40:56 +0000 Subject: [PATCH] Deploy --- src/components/sections/BookingCTASection.tsx | 27 +++++++++++++++++++ 1 file changed, 27 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..4a02a84 --- /dev/null +++ b/src/components/sections/BookingCTASection.tsx @@ -0,0 +1,27 @@ +'use client' + +import Button from '@/components/ui/Button' + +export default function BookingCTASection() { + return ( +
+
+
+

Ready to Experience Venda?

+

+ The baobab trees are waiting, the fire is lit, and your suite is ready. Book now and feel the warmth of Limpopo. +

+ +
+ {/* Subtle decorative border using pseudo-element - safe Tailwind */} +
+
+ ) +} \ No newline at end of file