From 5fcadf158ebc4a6b277c535419d41ffffc40e0e5 Mon Sep 17 00:00:00 2001 From: Vula Builder Date: Tue, 28 Jul 2026 13:27:27 +0000 Subject: [PATCH] Deploy --- .../sections/ShopTheVaultCTASection.tsx | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 src/components/sections/ShopTheVaultCTASection.tsx diff --git a/src/components/sections/ShopTheVaultCTASection.tsx b/src/components/sections/ShopTheVaultCTASection.tsx new file mode 100644 index 0000000..b349caf --- /dev/null +++ b/src/components/sections/ShopTheVaultCTASection.tsx @@ -0,0 +1,36 @@ +import Button from '@/components/ui/Button' +import Link from 'next/link' + +export default function ShopTheVaultCTASection() { + return ( +
+
+

+ Sandton / Rosebank +

+

+ Discover the rarest drops, +
+ curated for you +

+

+ Limited-edition Nike, Adidas, and exclusive SA collaborations. + Each pair authenticated before it reaches your doorstep. +

+ + + +
+
+ ) +}