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