diff --git a/src/components/sections/HeroSection.tsx b/src/components/sections/HeroSection.tsx new file mode 100644 index 0000000..9d997df --- /dev/null +++ b/src/components/sections/HeroSection.tsx @@ -0,0 +1,37 @@ +import Image from "next/image" +import Button from "@/components/ui/Button" + +export default function HeroSection() { + return ( +
+ Corporate law office with African art +
+
+ + Mtungwa & Partners + +

+ Corporate Legal Excellence. +
Rooted in Africa. +

+

+ Guiding South African businesses through complex corporate law, real estate transactions, + and high-stakes litigation with integrity and deep local insight. +

+ + Schedule a Consultation + +
+
+ ) +} \ No newline at end of file