diff --git a/src/components/sections/BookingCTASection.tsx b/src/components/sections/BookingCTASection.tsx new file mode 100644 index 0000000..9954ab3 --- /dev/null +++ b/src/components/sections/BookingCTASection.tsx @@ -0,0 +1,34 @@ +import Link from "next/link" +import Button from "@/components/ui/Button" + +export default function BookingCTASection() { + return ( +
+ {/* subtle radial accent gradient */} +
+
+
+ + Reserve now + +
+

+ Your Kenyan Escape{" "} + Awaits +

+

+ Flexible dates + seamless online booking. Reserve your suite in minutes. +

+ + + +
+
+ ) +}