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