diff --git a/src/components/sections/FounderVisionSection.tsx b/src/components/sections/FounderVisionSection.tsx new file mode 100644 index 0000000..34ef515 --- /dev/null +++ b/src/components/sections/FounderVisionSection.tsx @@ -0,0 +1,53 @@ +import Image from "next/image" +import Link from "next/link" + +export default function FounderVisionSection() { + return ( +
+
+
+ {/* Left - Image */} +
+
+ Smiso Khumalo - Founder of S.A.W +
+
+ + {/* Right - Text */} +
+

+ The Story Behind S.A.W +

+

+ From Durban, for the Culture +

+

+ At 19 years old, Smiso Khumalo saw a gap in the market. In 2024 he + launched S.A.W — a brand built on premium fabrics, original designs, + and the raw energy of Durban's streets. Every tee is cut to fit + real life: bold enough for a night out, sharp enough for a day in. +

+

+ We don't follow trends. We set our own tempo. This is streetwear + that respects its roots and reaches for something bigger. +

+
+ + Shop the Vision + +
+
+
+
+
+ ) +}