From 80f7b5e91bc888f8ec0791544410cd055bde6476 Mon Sep 17 00:00:00 2001 From: Vula Builder Date: Sat, 25 Jul 2026 19:05:19 +0000 Subject: [PATCH] Deploy --- src/components/sections/BookingCTASection.tsx | 34 +++++++++++++++++++ 1 file changed, 34 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..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. +

+ + + +
+
+ ) +}