From e19d118827fcbcae74adf214e8fa8a4f695d4173 Mon Sep 17 00:00:00 2001 From: Vula Builder Date: Tue, 23 Jun 2026 08:39:05 +0000 Subject: [PATCH] Deploy --- .../sections/PlanYourRoyalStayCTASection.tsx | 39 +++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 src/components/sections/PlanYourRoyalStayCTASection.tsx diff --git a/src/components/sections/PlanYourRoyalStayCTASection.tsx b/src/components/sections/PlanYourRoyalStayCTASection.tsx new file mode 100644 index 0000000..15b1522 --- /dev/null +++ b/src/components/sections/PlanYourRoyalStayCTASection.tsx @@ -0,0 +1,39 @@ +import Image from "next/image" +import Link from "next/link" +import Button from "@/components/ui/Button" + +export default function PlanYourRoyalStayCTASection() { + return ( +
+
+ Luxurious guest house room with warm lighting +
+
+

Reserve Your Royal Stay

+

+ Enjoy a private, air-conditioned haven just 1 km from the airport. Limited exclusive rooms available — book now for a truly regal experience. +

+ + + +
+
+ ) +}