From 16d90fa3f472d6072d381b9c9709c7ec7eb61e6d Mon Sep 17 00:00:00 2001 From: Vula Builder Date: Sat, 1 Aug 2026 16:26:33 +0000 Subject: [PATCH] Deploy --- .../sections/IndabaYethuSection.tsx | 50 +++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 src/components/sections/IndabaYethuSection.tsx diff --git a/src/components/sections/IndabaYethuSection.tsx b/src/components/sections/IndabaYethuSection.tsx new file mode 100644 index 0000000..e2d9db7 --- /dev/null +++ b/src/components/sections/IndabaYethuSection.tsx @@ -0,0 +1,50 @@ +'use client' + +import Image from 'next/image' + +export default function IndabaYethuSection() { + return ( +
+ {/* Background image with parallax effect via bg-fixed */} +
+
+ +
+
+ + Our Roots + +

+ From Soweto Garage +
+ to Your Wardrobe +

+

+ Kasi Wear started not just to sell, but to weave the spirit of e kasi into every stitch. + What began as a dream in a Soweto garage has grown into a movement that celebrates + African-print streetwear — hoodies, caps, and tees that carry our stories. + Each piece iyi-story, every drop a celebration of township pride. +

+
+
+

2018

+

Founded

+
+
+

50+

+

Drops

+
+
+

12K

+

Customers

+
+
+
+
+
+ ) +}