From 75f25fabe0a572ed45a7496a428cfc4c905791a0 Mon Sep 17 00:00:00 2001 From: Vula Builder Date: Tue, 23 Jun 2026 08:47:13 +0000 Subject: [PATCH] Deploy --- .../sections/BookYourRoyalStaySection.tsx | 45 +++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 src/components/sections/BookYourRoyalStaySection.tsx diff --git a/src/components/sections/BookYourRoyalStaySection.tsx b/src/components/sections/BookYourRoyalStaySection.tsx new file mode 100644 index 0000000..a77cd77 --- /dev/null +++ b/src/components/sections/BookYourRoyalStaySection.tsx @@ -0,0 +1,45 @@ +'use client' + +import Button from '@/components/ui/Button' +import { Shield } from 'lucide-react' + +export default function BookYourRoyalStaySection() { + return ( +
+ {/* Decorative golden accent bar */} +
+ +
+

+ Ready for Your Regal Retreat? +

+

+ Every booking with KwaNtofoNtofo is secured with peace of mind – your private + en-suite, traditional breakfast, and tranquil garden views await. +

+ +
+ +
+ +
+ + Secure booking · Free cancellation up to 24h before arrival +
+
+
+ ) +} \ No newline at end of file