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