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