From 54709e76c1588c2f4a139e48e3c143d07f7a9952 Mon Sep 17 00:00:00 2001 From: Vula Builder Date: Thu, 4 Jun 2026 11:25:15 +0000 Subject: [PATCH] Deploy --- src/components/sections/HeroSection.tsx | 37 +++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 src/components/sections/HeroSection.tsx 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