diff --git a/src/components/sections/BookYourStayCTASection.tsx b/src/components/sections/BookYourStayCTASection.tsx new file mode 100644 index 0000000..4359764 --- /dev/null +++ b/src/components/sections/BookYourStayCTASection.tsx @@ -0,0 +1,40 @@ +'use client' + +import Button from "@/components/ui/Button" +import Image from "next/image" + +export default function BookYourStayCTASection() { + return ( +
+ {/* Background image with overlay */} +
+ Bushveld sanctuary interior +
+
+ + {/* Content */} +
+

+ Your bushveld sanctuary is waiting +

+

+ Best online rates — book direct and secure your themed room today. +

+ +
+
+ ) +}