From 5713216457d10dfd1155381a8c177518a13d371e Mon Sep 17 00:00:00 2001 From: Vula Builder Date: Tue, 23 Jun 2026 08:38:45 +0000 Subject: [PATCH] Deploy --- .../sections/BrandAnthemSection.tsx | 38 +++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 src/components/sections/BrandAnthemSection.tsx diff --git a/src/components/sections/BrandAnthemSection.tsx b/src/components/sections/BrandAnthemSection.tsx new file mode 100644 index 0000000..5d992b1 --- /dev/null +++ b/src/components/sections/BrandAnthemSection.tsx @@ -0,0 +1,38 @@ +'use client' + +import Image from 'next/image' +import Button from '@/components/ui/Button' + +export default function BrandAnthemSection() { + return ( +
+
+ Urban streetwear style +
+
+

S.A.W

+

South African Youth Streetwear

+

+ Born in 2024. 19-year-old founder. Black & white. No cap. +

+

+ This is Smiso Khumalo's vision — quality T-shirts that speak your language. + From the townships to the city, we dress the movement. +

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