From f4185aaf6c702fa1f047eb0907b7b3fec563307b Mon Sep 17 00:00:00 2001 From: Vula Builder Date: Tue, 23 Jun 2026 08:38:43 +0000 Subject: [PATCH] Deploy --- src/components/sections/AboutFirmSection.tsx | 47 ++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 src/components/sections/AboutFirmSection.tsx diff --git a/src/components/sections/AboutFirmSection.tsx b/src/components/sections/AboutFirmSection.tsx new file mode 100644 index 0000000..a153c16 --- /dev/null +++ b/src/components/sections/AboutFirmSection.tsx @@ -0,0 +1,47 @@ +import Image from "next/image" +import { Gavel, HeartHandshake, ShieldCheck } from 'lucide-react' + +export default function AboutFirmSection() { + return ( +
+
+
+
+ Mashobane & Associates legal team in Sandton offices +
+
+

+ Our Firm — 32 Years of Fearless Advocacy +

+

+ Founded in 1992 by Advocate Thabo Mashobane, Mashobane & Associates has grown from a single-practice chambers in Braamfontein into one of Gauteng's most respected criminal defence firms. Our three decades of experience span the full range of South Africa's criminal justice system — from bail applications in magistrates' courts to appeals in the Supreme Court of Appeal. +

+

+ What sets us apart is our deep understanding of both formal court procedures and the unique dynamics of local communities. We have successfully represented clients from Alexandra township to Sandton's high-profile white-collar cases, always guided by the principle that every person deserves a vigorous defence and a fair chance at justice. +

+
+
+ + 1,200+ Cases Won +
+
+ + 5 Practice Areas +
+
+ + Ubuntu-Led Approach +
+
+
+
+
+
+ ) +}