From d9cc85b5ab67084eb4dc2875213532f8d423c391 Mon Sep 17 00:00:00 2001 From: Vula Builder Date: Sun, 26 Jul 2026 17:41:18 +0000 Subject: [PATCH] Deploy --- src/components/sections/BookingCTASection.tsx | 44 +++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 src/components/sections/BookingCTASection.tsx diff --git a/src/components/sections/BookingCTASection.tsx b/src/components/sections/BookingCTASection.tsx new file mode 100644 index 0000000..2982acb --- /dev/null +++ b/src/components/sections/BookingCTASection.tsx @@ -0,0 +1,44 @@ +import Link from 'next/link' +import Button from '@/components/ui/Button' + +export default function BookingCTASection() { + return ( +
+
+ {/* Framed eyebrow */} +
+ + + Reserve Your Sanctuary + + +
+ +

+ Best available rate, +
+ no hidden fees +

+ +

+ Effortless reservation with a direct booking promise — the price you + see is the price you pay. +

+ + + + +
+
+ ) +}