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. +

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