From 1bbd92f3f181657cb151df3c3f76f01a7622c1ed Mon Sep 17 00:00:00 2001 From: Vula Builder Date: Tue, 28 Jul 2026 07:32:31 +0000 Subject: [PATCH] Deploy --- .../IndigenousBotanicalsStorySection.tsx | 63 +++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 src/components/sections/IndigenousBotanicalsStorySection.tsx diff --git a/src/components/sections/IndigenousBotanicalsStorySection.tsx b/src/components/sections/IndigenousBotanicalsStorySection.tsx new file mode 100644 index 0000000..4b91d6e --- /dev/null +++ b/src/components/sections/IndigenousBotanicalsStorySection.tsx @@ -0,0 +1,63 @@ +'use client' + +import Image from 'next/image' + +export default function IndigenousBotanicalsStorySection() { + return ( +
+
+
+
+
+ {/* Use provided content image – first one */} + Marula fruit being harvested +
+ {/* Overlapping fact badge */} +
+ Cold-pressed daily +
+
+
+

Rooted in Indigenous Wisdom

+

Three generations of African skincare knowledge meet modern cold-press technique.

+
+
+
+ 🌿 +
+
+

Marula – Resilience Oil

+

Cold-pressed from wild-harvested kernels in Limpopo, marula oil delivers deep hydration and protects against harsh UV.

+
+
+
+
+ 🍵 +
+
+

Rooibos – Antioxidant Shield

+

Fermented in the Cederberg mountains, rooibos soothes inflammation and brightens skin tone naturally.

+
+
+
+
+ 🌸 +
+
+

Buchu – Purifying Essence

+

Grown in the fynbos of the Western Cape, buchu leaf oil unclogs pores and restores balance to combination skin.

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