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