From 11e47feed6a03669f430510a14e9e79ceae07c7e Mon Sep 17 00:00:00 2001 From: Vula Builder Date: Wed, 29 Jul 2026 18:15:23 +0000 Subject: [PATCH] Deploy --- .../sections/ShopTheVibeSection.tsx | 44 +++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 src/components/sections/ShopTheVibeSection.tsx diff --git a/src/components/sections/ShopTheVibeSection.tsx b/src/components/sections/ShopTheVibeSection.tsx new file mode 100644 index 0000000..acb61c1 --- /dev/null +++ b/src/components/sections/ShopTheVibeSection.tsx @@ -0,0 +1,44 @@ +'use client' + +import Image from "next/image" +import Link from "next/link" +import Button from "@/components/ui/Button" + +export default function ShopTheVibeSection() { + return ( +
+ {/* Background image */} + Mzansi streetwear lifestyle — young crew owning the vibe + + {/* Overlay content */} +
+
+
+

+ Own your + vibe +

+

+ Real street style from Joburg to Cape Town. Drop culture that speaks your language. +

+
+ + + +
+
+
+
+
+ ) +}