From f60439a3841e45d0c9145f524e35dee8ffea2f4c Mon Sep 17 00:00:00 2001 From: Vula Builder Date: Tue, 23 Jun 2026 08:47:18 +0000 Subject: [PATCH] Deploy --- .../sections/ConvenientLocationSection.tsx | 72 +++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 src/components/sections/ConvenientLocationSection.tsx diff --git a/src/components/sections/ConvenientLocationSection.tsx b/src/components/sections/ConvenientLocationSection.tsx new file mode 100644 index 0000000..63e0a92 --- /dev/null +++ b/src/components/sections/ConvenientLocationSection.tsx @@ -0,0 +1,72 @@ +'use client' + +import { Car, MapPin, Navigation } from 'lucide-react' + +const address = "44 Rutherford Circle, Bisley, Pietermaritzburg, 3201" + +export default function ConvenientLocationSection() { + return ( +
+
+
+ {/* Map */} +
+