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 +
+
+
+ ) +}