From 21c129ca9b53c44895cf975a85139a73a04183cc Mon Sep 17 00:00:00 2001 From: Vula Builder Date: Tue, 23 Jun 2026 08:47:20 +0000 Subject: [PATCH] Deploy --- .../sections/DefenseLeadershipHeroSection.tsx | 66 +++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 src/components/sections/DefenseLeadershipHeroSection.tsx diff --git a/src/components/sections/DefenseLeadershipHeroSection.tsx b/src/components/sections/DefenseLeadershipHeroSection.tsx new file mode 100644 index 0000000..8f6c578 --- /dev/null +++ b/src/components/sections/DefenseLeadershipHeroSection.tsx @@ -0,0 +1,66 @@ +import Link from 'next/link' +import Image from 'next/image' +import Button from '@/components/ui/Button' + +export default function DefenseLeadershipHeroSection() { + return ( +
+
+
+ Durban cityscape with courtroom +
+
+
+
+ + + 32 Years of Trusted Criminal Defense + +
+

+ Mashobane & Associate +

+

+ Over three decades of fearless criminal defense in KwaZulu-Natal — standing with you from the arrest to the acquittal. +

+
+ + + +
+
+
+ 32+ + Years of
Experience
+
+
+ + + + Trusted
Firm
+
+
+ + + + + + + + + South African
Law Firm
+
+
+
+
+ ) +} \ No newline at end of file