From 106f472f2e08c2c17a13d0896ed70407f5021c12 Mon Sep 17 00:00:00 2001 From: Vula Builder Date: Wed, 15 Jul 2026 09:25:29 +0000 Subject: [PATCH] Deploy --- .../sections/UmkhontoSafariSection.tsx | 37 +++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 src/components/sections/UmkhontoSafariSection.tsx diff --git a/src/components/sections/UmkhontoSafariSection.tsx b/src/components/sections/UmkhontoSafariSection.tsx new file mode 100644 index 0000000..0890675 --- /dev/null +++ b/src/components/sections/UmkhontoSafariSection.tsx @@ -0,0 +1,37 @@ +import Image from 'next/image' +import Link from 'next/link' +import Button from '@/components/ui/Button' + +export default function UmkhontoSafariSection() { + return ( +
+
+
+

+ Umkhonto Safari — Venture with Purpose +

+

+ Named after the Zulu spear, our Umkhonto Safari cuts through the bush with reverence. Led by rangers from the local community, you'll track lion on foot, learn to read the stars, and taste veld herbs as your guide shares the hidden stories of these lands. +

+

+ Choose from a dawn game drive — when the first light catches a leopard's spots — or a twilight walk to the pangolin burrows. For the culturally curious, we offer beadwork workshops with Zulu women and visits to the local sangoma (traditional healer). Every outing honours the land and its first people. +

+ + + +
+
+ Guests on a game drive at sunset +
+
+
+ ) +} \ No newline at end of file