diff --git a/src/components/sections/OurStorySection.tsx b/src/components/sections/OurStorySection.tsx new file mode 100644 index 0000000..2ecaa9c --- /dev/null +++ b/src/components/sections/OurStorySection.tsx @@ -0,0 +1,68 @@ +import Image from 'next/image' +import Link from 'next/link' +import Button from '@/components/ui/Button' + +export default function OurStorySection() { + return ( +
+
+
+ {/* Image side — overlapping feeling */} +
+
+ Zulwini Lodge — traditional Zulu welcome ceremony at sunset + {/* rotated sticker badge */} +
+ + Family-run
since 2012 +
+
+
+ {/* offset second image */} +
+ Lodge infinity pool blending into the bushveld horizon +
+
+ + {/* Text side */} +
+

+ Our Story +

+

+ Born from a love of Zululand +

+
+

+ Zulwini Lodge began in 2012 when the Mthembu family transformed their 500-hectare family farm into an exclusive bush retreat, determined to share the raw beauty of northern KwaZulu-Natal with the world. Every suite is named after a Zulu clan — Indlovu, Nkosi, Mvula — and furnished with hand-carved headboards and woven + {`'`}ilala palm lampshades sourced from the nearby Hluhluwe community. +

+

+ We work with three local women's cooperatives who supply the beadwork and pottery that adorn each room. Solar power heats all water, and 60% of our produce comes from our own permaculture garden — the rest from neighbouring farms within a 20 km radius. The result is a lodge that treads lightly and welcomes warmly, in the true spirit of ubuntu. +

+
+
+ + + +
+
+
+
+
+ ) +}