diff --git a/src/components/sections/BrandStorySection.tsx b/src/components/sections/BrandStorySection.tsx new file mode 100644 index 0000000..a13e4ab --- /dev/null +++ b/src/components/sections/BrandStorySection.tsx @@ -0,0 +1,45 @@ +import Button from '@/components/ui/Button' +import Image from 'next/image' +import Link from 'next/link' + +export default function BrandStorySection() { + return ( +
+
+
+ {/* Left — striking image */} +
+ Soweto creative in Mzansi Style gear +
+ {/* Right — brand manifesto */} +
+

+ Born in
+ Soweto, +
+ Worn by the World +

+

+ Mzansi Style fuses traditional Shweshwe motifs with raw, modern streetwear. We celebrate the energy of urban youth culture — from Soweto to Sandton to Brooklyn. Every hoodie, cap, and tee is cut from limited runs, stitched with African pride, and built for those who move with confidence. +

+ + + +
+
+
+
+ ) +} \ No newline at end of file