From 2ad94de0ae45b568f4095a837371e66d78754ffc Mon Sep 17 00:00:00 2001 From: Vula Builder Date: Sun, 26 Jul 2026 16:40:57 +0000 Subject: [PATCH] Deploy --- src/components/sections/LocationSection.tsx | 84 +++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 src/components/sections/LocationSection.tsx diff --git a/src/components/sections/LocationSection.tsx b/src/components/sections/LocationSection.tsx new file mode 100644 index 0000000..dac6204 --- /dev/null +++ b/src/components/sections/LocationSection.tsx @@ -0,0 +1,84 @@ +'use client' + +import { Card, CardContent } from '@/components/ui/Card' +import { Compass, Landmark, MapPin, TreePine } from 'lucide-react' + +export default function LocationSection() { + const highlights = [ + { + icon: MapPin, + label: 'vaVenda Lodge', + desc: 'Farm 45, Alldays Road, Alldays, Limpopo' + }, + { + icon: Compass, + label: 'From Polokwane', + desc: '2h15min via R521 north. Turn left onto Alldays Road after 85 km.' + }, + { + icon: Landmark, + label: 'Mapungubwe National Park', + desc: '45 min drive – UNESCO World Heritage site with ancient gold rhino artifacts.' + }, + { + icon: TreePine, + label: 'Northern Sotho & Venda Villages', + desc: 'Guided cultural tours available – meet local artisans and taste traditional dishes.' + } + ] + + return ( +
+
+

+ Find Us in the Heart of Limpopo +

+

+ Nestled between the baobab-studded savannah and the ancient sandstone hills, vaVenda Lodge is remote enough to feel like a secret, yet close enough to major attractions. +

+ +
+ {/* Map */} +
+