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