diff --git a/src/components/sections/AuthoritativeDefenseHeroSection.tsx b/src/components/sections/AuthoritativeDefenseHeroSection.tsx new file mode 100644 index 0000000..48c48cf --- /dev/null +++ b/src/components/sections/AuthoritativeDefenseHeroSection.tsx @@ -0,0 +1,41 @@ +import Image from "next/image" +import Link from "next/link" +import Button from "@/components/ui/Button" + +export default function AuthoritativeDefenseHeroSection() { + return ( +
+
+ Senior partners at a Johannesburg courtroom entrance +
+
+
+

+ Mashobane & Associates +

+

+ 32 Years of Fearless Criminal Defense +

+

+ Defending your rights in Gauteng's courts with integrity, compassion, and relentless resolve. +

+ + + +
+
+ ) +}