From 73d83ec038b3282ebb79a94681cd4f60f082dd02 Mon Sep 17 00:00:00 2001 From: Vula Builder Date: Wed, 5 Aug 2026 18:14:39 +0000 Subject: [PATCH] Deploy --- src/components/sections/TeamBannerSection.tsx | 42 +++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 src/components/sections/TeamBannerSection.tsx diff --git a/src/components/sections/TeamBannerSection.tsx b/src/components/sections/TeamBannerSection.tsx new file mode 100644 index 0000000..08095c8 --- /dev/null +++ b/src/components/sections/TeamBannerSection.tsx @@ -0,0 +1,42 @@ +import Image from "next/image" + +export default function TeamBannerSection() { + return ( +
+
+ {/* Text column */} +
+

+ Durban, KwaZulu-Natal +

+

+ Our Team +

+

+ Our team of seasoned legal professionals combines decades of expertise in + corporate law, property transactions, and litigation to provide clear, + strategic advice. We serve businesses and individuals across KwaZulu-Natal + with the commitment and care that defines true partnership. +

+
+ + {/* Hairline vertical rule – desktop only */} +
+ + {/* Image column */} +
+ Gumede & Partners team discussing a case in their Durban office +
+
+
+ ) +}