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 */} +
+