From 577b9b4506f25df8581f80000ba4c02d708856ce Mon Sep 17 00:00:00 2001 From: Vula Builder Date: Sun, 26 Jul 2026 17:41:19 +0000 Subject: [PATCH] Deploy --- src/components/sections/BushStorySection.tsx | 39 ++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 src/components/sections/BushStorySection.tsx diff --git a/src/components/sections/BushStorySection.tsx b/src/components/sections/BushStorySection.tsx new file mode 100644 index 0000000..3353c61 --- /dev/null +++ b/src/components/sections/BushStorySection.tsx @@ -0,0 +1,39 @@ +import Image from "next/image" +import Badge from "@/components/ui/Badge" + +export default function BushStorySection() { + return ( +
+
+
+ + Our Heritage + +
+

+ Born from a love of the wild +

+
+
+ KwaZulu-Natal landscape +
+
+

+ Mpofana Lodge was built on a private reserve in the heart of KwaZulu-Natal's bushveld, a region where the rolling hills meet acacia-dotted plains. Our founder, a wildlife guide with two decades of deep-bush experience, envisioned a place where luxury and authenticity coexist. +

+

+ Every suite was positioned by hand to catch the morning sun and frame the waterhole view. The lodge operates on off-grid solar power and sources fresh produce from local farms — a quiet commitment to the land that sustains us. +

+ Est. 2017 · 6 suites · 1 500 ha reserve +
+
+
+
+ ) +} \ No newline at end of file