From 3b2dfaa8c11e3b8d677ed57d70835ad93e3f1af5 Mon Sep 17 00:00:00 2001 From: Vula Builder Date: Tue, 23 Jun 2026 08:39:11 +0000 Subject: [PATCH] Deploy --- src/components/sections/ShopNowCTASection.tsx | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 src/components/sections/ShopNowCTASection.tsx diff --git a/src/components/sections/ShopNowCTASection.tsx b/src/components/sections/ShopNowCTASection.tsx new file mode 100644 index 0000000..ad4f639 --- /dev/null +++ b/src/components/sections/ShopNowCTASection.tsx @@ -0,0 +1,29 @@ +import React from 'react' +import Link from 'next/link' +import Button from '@/components/ui/Button' + +export default function ShopNowCTASection() { + return ( +
+
+

+ Own the Streets +

+

+ Every tee is designed with purpose. No logos, no noise — just clean, bold statements. +

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