From 0901adcda648b0cdb3e737ca79016083418040e4 Mon Sep 17 00:00:00 2001 From: Vula Builder Date: Tue, 23 Jun 2026 08:38:53 +0000 Subject: [PATCH] Deploy --- .../sections/FirmOverviewSection.tsx | 49 +++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 src/components/sections/FirmOverviewSection.tsx diff --git a/src/components/sections/FirmOverviewSection.tsx b/src/components/sections/FirmOverviewSection.tsx new file mode 100644 index 0000000..8cb5bbc --- /dev/null +++ b/src/components/sections/FirmOverviewSection.tsx @@ -0,0 +1,49 @@ +'use client' + +import Image from 'next/image' + +export default function FirmOverviewSection() { + return ( +
+
+
+
+

Our Story

+
+

+ Mashobane & Associate was founded in 1993 by veteran criminal lawyer Thabo Mashobane. + From a small practice in Soweto, we grew into one of Johannesburg's most respected criminal + defence firms — handling over 5,000 cases and counting. +

+

+ We understand South Africa's evolving legal landscape — from the early days of the new + constitution to today's complex bail and appeal systems. Our team combines decades of + litigation experience with deep sensitivity to the cultural and social realities of + our clients. +

+

+ Every client who walks through our doors receives the same promise: we will fight for your + rights with skill, integrity, and an unwavering belief in justice. +

+
+
+
+

"Justice is not a favour — it is a right we defend every day."

+

— Thabo Mashobane, Founder

+
+
+
+
+ Mashobane & Associate law office +
+
+
+
+ ) +} \ No newline at end of file