diff --git a/src/components/sections/BrandStorySection.tsx b/src/components/sections/BrandStorySection.tsx new file mode 100644 index 0000000..b03125a --- /dev/null +++ b/src/components/sections/BrandStorySection.tsx @@ -0,0 +1,52 @@ +import Image from "next/image" + +export default function BrandStorySection() { + return ( +
+
+ {/* Left: black block with text */} +
+
+

+ Where Soweto Meets the Runway +

+
+

+ Founded in 2020, Urban Threads was born in the Mofolo workshops of Soweto. + Our master tailor, Thabo Molefe, spent 15 years apprenticing under the late + MaLindi Nkosi, a legend in South African garment-making, before launching + his own label. Every piece we drop begins with hand-blocked Swiss-Vlisco + wax prints sourced directly from Accra, Ghana — not mass-produced Chinese + imitations. +

+

+ We collaborate with 18 local seamstresses in Diepkloof, paying 40% above + the Soweto garment district average, and invest half our profits into a + sewing co-op for young women in Orlando East. The result: limited-edition + hoodies, caps, and tees that fuse traditional African patterns with + instant streetwear credibility — bold, unapologetic, and made with + purpose. +

+
+

+ — Authenticity Is Our Only Print +

+
+
+ + {/* Right: image panel with gold border */} +
+
+ Urban Threads artisan workshop in Soweto +
+
+
+
+ ) +} \ No newline at end of file