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