From 3008131c95dc95060b5b545b3dbfa103ce858780 Mon Sep 17 00:00:00 2001 From: Vula Builder Date: Tue, 23 Jun 2026 08:47:23 +0000 Subject: [PATCH] Deploy --- .../sections/FounderStorySection.tsx | 65 +++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 src/components/sections/FounderStorySection.tsx diff --git a/src/components/sections/FounderStorySection.tsx b/src/components/sections/FounderStorySection.tsx new file mode 100644 index 0000000..20884fe --- /dev/null +++ b/src/components/sections/FounderStorySection.tsx @@ -0,0 +1,65 @@ +'use client' + +import Image from 'next/image' + +export default function FounderStorySection() { + return ( +
+
+
+
+ Smiso Khumalo — founder of S.A.W +
+ +
+ + Our Story + +

+ Born in 2024 — a 19-year-old saw the gap. +

+ +
+

+ Smiso Khumalo grew up in Soweto wearing hand-me-down tees that never + fit right. By 16 he was screen-printing his own designs in his + grandmother's garage — learning that quality fabric and sharp + graphics shouldn't cost a fortune. +

+

+ In 2024, at just 19, he launched S.A.W — South + African Wear. No hype drops, no inflated prices. Just heavyweight + cotton tees with bold, monochrome prints that speak the language of + the streets. Every T-shirt is cut for the township & metropolitan + youth who value authenticity over logos. +

+

+ “I wanted a T-shirt that felt like mine — clean, tough, and + unapologetically South African. That's S.A.W.” +

+
+ +
+ + Premium 240GSM cotton + + + Designed in Jozi + +
+
+
+
+
+ ) +}