From 12b47d1b7e50ab4c224c422147234932b2bd0f0f Mon Sep 17 00:00:00 2001 From: Vula Builder Date: Fri, 31 Jul 2026 18:44:27 +0000 Subject: [PATCH] Deploy --- src/components/sections/ShopCTASection.tsx | 36 ++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 src/components/sections/ShopCTASection.tsx diff --git a/src/components/sections/ShopCTASection.tsx b/src/components/sections/ShopCTASection.tsx new file mode 100644 index 0000000..ef2d08d --- /dev/null +++ b/src/components/sections/ShopCTASection.tsx @@ -0,0 +1,36 @@ +import Image from 'next/image' +import Link from 'next/link' +import { ArrowRight } from 'lucide-react' + +export default function ShopCTASection() { + return ( +
+
+
+
+

The full collection

+

Bring the Spirit of KZN Home

+

Every cushion, throw and ceramic begins in a rural KwaZulu-Natal community — Nongoma, Bulwer, Impendle and Hluhluwe — made by women-led co-operatives who pass their techniques from generation to generation.

+
+ + Shop the Collection + + + Free nationwide delivery over R1 000 · EFT and cards accepted +
+
+
+
+ Modern living room styled with handwoven South African cushions and throws + Rural KwaZulu-Natal landscape and artisan heritage overlay +
+
+

Women-led co-ops

+

Nongoma · Bulwer · Impendle · Hluhluwe

+
+
+
+
+
+ ) +}