diff --git a/src/components/sections/StreetCultureHeroSection.tsx b/src/components/sections/StreetCultureHeroSection.tsx new file mode 100644 index 0000000..b9f2c13 --- /dev/null +++ b/src/components/sections/StreetCultureHeroSection.tsx @@ -0,0 +1,45 @@ +import Image from "next/image" +import Link from "next/link" + +export default function StreetCultureHeroSection() { + return ( +
+ {/* Left: Image */} +
+ Urban street fashion in Durban +
+ + {/* Right: Content */} +
+

+ S.A.W — Est. 2024 +

+

+ Own Your Vibe +

+

+ Bold, quality tees straight out of Durban. Street culture meets premium + craftsmanship. +

+
+ + Explore the New Drop + +
+
+
+ ) +}