From 3f60a2765623933c98c41c1664c179cc113e6e01 Mon Sep 17 00:00:00 2001 From: Vula Builder Date: Mon, 27 Jul 2026 17:52:37 +0000 Subject: [PATCH] Deploy --- .../sections/SowetoRootsSection.tsx | 73 +++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 src/components/sections/SowetoRootsSection.tsx diff --git a/src/components/sections/SowetoRootsSection.tsx b/src/components/sections/SowetoRootsSection.tsx new file mode 100644 index 0000000..cc353b8 --- /dev/null +++ b/src/components/sections/SowetoRootsSection.tsx @@ -0,0 +1,73 @@ +import Image from 'next/image' + +export default function SowetoRootsSection() { + const storyImages = [ + 'https://images.pexels.com/photos/4956184/pexels-photo-4956184.jpeg?auto=compress&cs=tinysrgb&h=650&w=940', + 'https://images.pexels.com/photos/38487458/pexels-photo-38487458.jpeg?auto=compress&cs=tinysrgb&h=350' + ] + + return ( +
+
+
+ {/* Left — narrative text */} +
+

+ SOWETO ROOTS +

+

+ Mzansi Wear was born in the heart of Soweto, where street corners pulse with creativity and the rhythm of the township shapes every stitch. Our founder, Thabo Mokoena, learned the craft of African-print tailoring from his grandmother in Orlando West. Each hoodie, cap, and tee carries the story of a community that refuses to be ignored. +

+

+ We blend traditional Shweshwe and Ankara fabrics with modern streetwear silhouettes — because heritage isn't old, it's now. +

+
+

+ "Our prints are a declaration. We wear our roots on our sleeves, literally." +

+

— Thabo Mokoena, Founder

+
+
+ + {/* Right — stacked images with offset shadow */} +
+
+ Soweto streetscape +
+
+ African print fabric detail +
+
+
+
+ + {/* Marquee-style stat strip */} +
+
+ Rooted in Soweto + African Prints + Limited drops + Street culture + Proudly Mzansi + Rooted in Soweto + African Prints + Limited drops + Street culture + Proudly Mzansi +
+
+
+ ) +} \ No newline at end of file