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

+ + + +
+
+ ) +}