From 4dad4057712ca13b7cfbcb68ff9e8f81565b2652 Mon Sep 17 00:00:00 2001 From: Vula Builder Date: Fri, 31 Jul 2026 14:12:30 +0000 Subject: [PATCH] Deploy --- .../sections/FindYourIkayaStyleSection.tsx | 37 +++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 src/components/sections/FindYourIkayaStyleSection.tsx diff --git a/src/components/sections/FindYourIkayaStyleSection.tsx b/src/components/sections/FindYourIkayaStyleSection.tsx new file mode 100644 index 0000000..a9c12cc --- /dev/null +++ b/src/components/sections/FindYourIkayaStyleSection.tsx @@ -0,0 +1,37 @@ +'use client' + +import Image from 'next/image' +import Link from 'next/link' +import { ArrowRight } from 'lucide-react' + +export default function FindYourIkayaStyleSection() { + return ( +
+
+ Sunlit Durban lounge styled with iKhaya cushions, throws and ceramics +
+
+
+
+

The iKhaya Edit

+

Ready to bring iKhaya into your home?

+

Shop handcrafted cushions, throws and ceramics made by Durban artisans — shipped nationwide.

+ + Explore the collection + +
+
+
+
+
+ ) +} \ No newline at end of file