From efa69b3c41b4e3a66b354ce396c1036a06daa952 Mon Sep 17 00:00:00 2001 From: Vula Builder Date: Tue, 23 Jun 2026 08:47:14 +0000 Subject: [PATCH] Deploy --- .../sections/BookYourStaySection.tsx | 34 +++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 src/components/sections/BookYourStaySection.tsx diff --git a/src/components/sections/BookYourStaySection.tsx b/src/components/sections/BookYourStaySection.tsx new file mode 100644 index 0000000..6149375 --- /dev/null +++ b/src/components/sections/BookYourStaySection.tsx @@ -0,0 +1,34 @@ +'use client' + +import Button from "@/components/ui/Button" +import Image from "next/image" + +export default function BookYourStaySection() { + return ( +
+
+ Luxurious guest suite at KwaNtofontofo +
+
+

+ Your Private Sanctuary Awaits +

+

+ Step into a world where African warmth meets English elegance. + Each themed suite is a haven of quiet luxury — air-conditioned, + en-suite, and appointed with DStv, plush linens, and the promise + of personalised royal treatment from the moment you arrive. +

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