From fd568e119bca3e92e75f6887e09d21ff8be5f048 Mon Sep 17 00:00:00 2001 From: Vula Builder Date: Wed, 15 Jul 2026 09:25:27 +0000 Subject: [PATCH] Deploy --- .../sections/LocationFindSection.tsx | 59 +++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 src/components/sections/LocationFindSection.tsx diff --git a/src/components/sections/LocationFindSection.tsx b/src/components/sections/LocationFindSection.tsx new file mode 100644 index 0000000..3830b70 --- /dev/null +++ b/src/components/sections/LocationFindSection.tsx @@ -0,0 +1,59 @@ +'use client' + +import { Car, MapPin, Plane } from 'lucide-react' + +export default function LocationFindSection() { + const googleMapsLink = 'https://maps.google.com/?q=-24.354,+30.976' + + return ( +
+
+ {/* Static map image with external link */} + +
+
+
+ + Thornveld Game Lodge • R40, Hoedspruit, Limpopo +
+
+ +
+

Find us in the wild

+

+ We are tucked just outside Hoedspruit, a short drive from Kruger's Orpen Gate, within the Big Five Balule Nature Reserve. The roads are good — any sedan makes it. +

+ +
+
+ +
+

Driving from Johannesburg

+

Take the N12 to eMalahleni, then the N4 towards Nelspruit. Turn north on the R40 past White River. About 5 hours, all tar.

+
+
+
+ +
+

Nearest airports

+

Kruger Mpumalanga International (KMIA) — 90 min drive. Hoedspruit Airport (HDS) — 30 min. We can arrange a shuttle.

+
+
+
+ +
+

Balule Nature Reserve

+

Part of the Greater Kruger ecosystem — no fences between us and the park. Expect elephant, lion, and leopard wandering through.

+
+
+
+
+
+
+ ) +}