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 +
+
+
+
+
+
+ ) +}