From 5f2b2ebe0b185ef31f390ebfb73b7fd803b3690b Mon Sep 17 00:00:00 2001 From: Vula Builder Date: Tue, 23 Jun 2026 08:47:33 +0000 Subject: [PATCH] Deploy --- .../NatureReserveRetreatHeroSection.tsx | 46 +++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 src/components/sections/NatureReserveRetreatHeroSection.tsx diff --git a/src/components/sections/NatureReserveRetreatHeroSection.tsx b/src/components/sections/NatureReserveRetreatHeroSection.tsx new file mode 100644 index 0000000..fd0455d --- /dev/null +++ b/src/components/sections/NatureReserveRetreatHeroSection.tsx @@ -0,0 +1,46 @@ +'use client' + +import Image from 'next/image' +import Link from 'next/link' + +export default function NatureReserveRetreatHeroSection() { + return ( +
+
+ KwaNtofontofo lodge overlooking wild bushveld +
+
+
+

+ Your Tranquil Home on the Edge of the Wild +

+

+ Just 1 km from Pietermaritzburg Airport — where privacy meets the quiet magic of the bushveld. +

+ + Book Your Retreat + +
+ +
+ ) +} \ No newline at end of file