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