From 94bf4e54d38ee55dcb4dbe1b3f943444c8164f86 Mon Sep 17 00:00:00 2001 From: Vula Builder Date: Tue, 23 Jun 2026 08:38:58 +0000 Subject: [PATCH] Deploy --- .../sections/KhumaloOriginSection.tsx | 54 +++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 src/components/sections/KhumaloOriginSection.tsx diff --git a/src/components/sections/KhumaloOriginSection.tsx b/src/components/sections/KhumaloOriginSection.tsx new file mode 100644 index 0000000..0a23395 --- /dev/null +++ b/src/components/sections/KhumaloOriginSection.tsx @@ -0,0 +1,54 @@ +import Image from 'next/image' + +const originImage = 'https://images.pexels.com/photos/2035464/pexels-photo-2035464.jpeg?auto=compress&cs=tinysrgb&h=350&w=250' + +export default function KhumaloOriginSection() { + return ( +
+
+ {/* Portrait */} +
+ Smiso Khumalo - Founder of S.A.W +
+ + {/* Story */} +
+
+

+ The Khumalo Origin +

+

+ In 2024, 19-year-old Smiso Khumalo noticed a gap in the South African streetwear scene: + T-shirts that looked good but lacked quality fabric and construction. Most options were + either cheap prints on flimsy cotton or overpriced imports with no soul. +

+

+ Smiso started S.A.W – South African Wear – with one simple belief: young people from + townships and cities alike deserve tees that feel premium, fit right, and carry the + energy of their culture. No logos plastered everywhere. Just clean design, heavyweight + cotton, and a red accent that says "this is ours." +

+

+ Every S.A.W tee is cut for the urban African silhouette – broader shoulders, roomier + chest – then printed locally in Johannesburg. Smiso personally checks each batch. + If the print isn't sharp or the fabric doesn't drape right, it's pulled. +

+

+ "We're not just selling T-shirts. We're proving that quality streetwear can come from + Soweto to Sandton – and look better than anything else." +

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