From 0d6a3ad0a7cceb6e3f27261b14541d6a6a5f4dbc Mon Sep 17 00:00:00 2001 From: Vula Builder Date: Tue, 23 Jun 2026 08:39:20 +0000 Subject: [PATCH] Deploy --- .../sections/StreetCultureHeroSection.tsx | 45 +++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 vula-project-2026-06-20T16-24-17/src/components/sections/StreetCultureHeroSection.tsx diff --git a/vula-project-2026-06-20T16-24-17/src/components/sections/StreetCultureHeroSection.tsx b/vula-project-2026-06-20T16-24-17/src/components/sections/StreetCultureHeroSection.tsx new file mode 100644 index 0000000..b447e6e --- /dev/null +++ b/vula-project-2026-06-20T16-24-17/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 + +
+
+
+ ) +}