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. +

+ + + + +
+
+ ) +}