From f8ff5ff9f33e5aa239362f6cbfc3143bdc6d323d Mon Sep 17 00:00:00 2001 From: Vula Builder Date: Mon, 27 Jul 2026 18:06:17 +0000 Subject: [PATCH] Deploy --- .../sections/ShopTheLookCTASection.tsx | 40 +++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 src/components/sections/ShopTheLookCTASection.tsx diff --git a/src/components/sections/ShopTheLookCTASection.tsx b/src/components/sections/ShopTheLookCTASection.tsx new file mode 100644 index 0000000..f58ad04 --- /dev/null +++ b/src/components/sections/ShopTheLookCTASection.tsx @@ -0,0 +1,40 @@ +'use client' + +import Image from 'next/image' +import Link from 'next/link' +import Button from '@/components/ui/Button' + +export default function ShopTheLookCTASection() { + return ( +
+ {/* Image side — bold product visual */} +
+ Urban streetwear look — Mzansi Urban +
+ + {/* Text side — bold CTA */} +
+

+ Own Your + City. + Wear Your + Vibe. +

+

+ Limited drops. Real fabric. Soweto soul. +

+ + + +
+
+ ) +} \ No newline at end of file