diff --git a/src/components/sections/BrandStorySection.tsx b/src/components/sections/BrandStorySection.tsx new file mode 100644 index 0000000..7397cc3 --- /dev/null +++ b/src/components/sections/BrandStorySection.tsx @@ -0,0 +1,49 @@ +import Button from "@/components/ui/Button" +import Image from "next/image" +import Link from "next/link" + +export default function BrandStorySection() { + return ( +
+
+
+ Soweto streets - Mzansi Urban roots +
+
+
+

+ From Vilakazi Street + to the World +

+
+

+ Mzansi Urban was born in Soweto — where shweshwe prints meet raw street energy. + We take the bold patterns our grandmothers wore and remix them into hoodies, caps, + and tees that speak township swagger. Every drop is limited — once it's gone, it's + gone. No restocks, just originals. +

+

+ Our crew of designers and artisans work out of a small workshop on Vilakazi Street, + hand‑checking every stitch. When you wear Mzansi Urban, you're not just wearing a + print — you're wearing a piece of Soweto's story. +

+ + + +
+
+
+ ) +}