diff --git a/src/components/sections/BushEscapeBookingSection.tsx b/src/components/sections/BushEscapeBookingSection.tsx new file mode 100644 index 0000000..de71056 --- /dev/null +++ b/src/components/sections/BushEscapeBookingSection.tsx @@ -0,0 +1,39 @@ +'use client' +import Image from 'next/image' +import Link from 'next/link' +import Button from '@/components/ui/Button' + +export default function BushEscapeBookingSection() { + return ( +
+
+ Golden savannah at sunset with acacia trees +
+
+
+

+ Your suite awaits +

+

+ One night under a canopy of stars +

+

+ Reserve your exclusive suite at Zulu Lodge — where the rhythms of the bush + lull you to sleep and the dawn brings a chorus of birdsong. Each booking + includes a private game drive and a traditional Zulu dinner. +

+ + + +
+
+ ) +} \ No newline at end of file