From bde41a562b8d28a915d369b83c2b9ad089636931 Mon Sep 17 00:00:00 2001 From: Vula Builder Date: Mon, 27 Jul 2026 18:34:54 +0000 Subject: [PATCH] Deploy --- src/components/sections/LocationSection.tsx | 70 +++++++++++++++++++++ 1 file changed, 70 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..bebbbdd --- /dev/null +++ b/src/components/sections/LocationSection.tsx @@ -0,0 +1,70 @@ +'use client' + +import { MapPin } from 'lucide-react' + +export default function LocationSection() { + const address = { + street: '15 Vilakazi Street', + suburb: 'Orlando West', + city: 'Soweto', + province: 'Gauteng', + postcode: '1804', + } + const phone = '+27 11 123 4567' + const email = 'info@mzansistyle.co.za' + + return ( +
+
+ {/* Map */} +
+