From 29fff6d4bba6c0c0752494228d31a4c0a8447aae Mon Sep 17 00:00:00 2001 From: Vula Builder Date: Tue, 14 Jul 2026 19:09:00 +0000 Subject: [PATCH] Deploy --- .../sections/ExclusiveBookingCtaSection.tsx | 35 +++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 src/components/sections/ExclusiveBookingCtaSection.tsx diff --git a/src/components/sections/ExclusiveBookingCtaSection.tsx b/src/components/sections/ExclusiveBookingCtaSection.tsx new file mode 100644 index 0000000..ec2fed0 --- /dev/null +++ b/src/components/sections/ExclusiveBookingCtaSection.tsx @@ -0,0 +1,35 @@ +'use client' + +import Button from '@/components/ui/Button' +import { Sparkles, Star } from 'lucide-react' + +export default function ExclusiveBookingCtaSection() { + return ( +
+
+ +

+ Reserve your suite directly +

+

+ Book with us and receive the best available rate, a personalised + itinerary tailored to your preferences, and a curated welcome + amenity upon arrival. +

+
+
+ + Best rate guarantee +
+
+ + Personalised itinerary +
+
+ +
+
+ ) +} \ No newline at end of file