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

+
+
+
+
+
+ ) +}