From ea61ad84128f1a2de1211e0e7b48b4c45a705dfc Mon Sep 17 00:00:00 2001 From: Vula Builder Date: Sat, 25 Jul 2026 11:17:57 +0000 Subject: [PATCH] Deploy --- .../sections/BookYourSanctuarySection.tsx | 37 +++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 src/components/sections/BookYourSanctuarySection.tsx diff --git a/src/components/sections/BookYourSanctuarySection.tsx b/src/components/sections/BookYourSanctuarySection.tsx new file mode 100644 index 0000000..083e456 --- /dev/null +++ b/src/components/sections/BookYourSanctuarySection.tsx @@ -0,0 +1,37 @@ +'use client' + +import Button from "@/components/ui/Button" + +export default function BookYourSanctuarySection() { + return ( +
+
+

+ Book Your Sanctuary +

+

+ Secure a serene escape into the heart of Kenya. Your room at Masai Suites awaits — a + grounded retreat where every detail whispers calm. +

+

+ No deposit required. Free cancellation up to 48 hours before check-in. + Your peace of mind, guaranteed. +

+ +
+
+ ) +} \ No newline at end of file