From 2b9c2b6f68df7d9e5e68bb2532963b69404fded4 Mon Sep 17 00:00:00 2001 From: Vula Builder Date: Thu, 4 Jun 2026 11:25:13 +0000 Subject: [PATCH] Deploy --- src/components/sections/AboutSection.tsx | 36 ++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 src/components/sections/AboutSection.tsx diff --git a/src/components/sections/AboutSection.tsx b/src/components/sections/AboutSection.tsx new file mode 100644 index 0000000..815fe75 --- /dev/null +++ b/src/components/sections/AboutSection.tsx @@ -0,0 +1,36 @@ +import Image from "next/image" + +export default function AboutSection() { + return ( +
+
+
+ Legal team in consultation +
+
+ About Us +

+ Over 30 Years of Legal Experience in South Africa +

+

+ Founded in 1992 in Sandton, Mtungwa & Partners has grown from a two-person practice into + one of Johannesburg's most respected corporate law firms. We have successfully handled + over 500 corporate transactions and 200 litigation cases, always guided by the principle + of Ubuntu — "I am because we are." Our attorneys bring deep knowledge of the + Companies Act, Property Law Act, and South African commercial litigation. +

+

+ We understand that in South Africa, business success is tied to community growth. + Every client engagement is a partnership aimed at building lasting value. +

+
+
+
+ ) +} \ No newline at end of file