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