diff --git a/src/components/sections/RootedHeritageStorySection.tsx b/src/components/sections/RootedHeritageStorySection.tsx new file mode 100644 index 0000000..1ef2868 --- /dev/null +++ b/src/components/sections/RootedHeritageStorySection.tsx @@ -0,0 +1,59 @@ +import Image from 'next/image' +import { Droplets, Leaf, Wind } from 'lucide-react' + +export default function RootedHeritageStorySection() { + return ( +
+
+
+
+ Rooibos fields in the Cederberg +
+
+
+

Ubuhle Bendalo

+

Rooted in Nature, Crafted by Hand

+
+

Ngema Naturals was born in Pretoria, where we cold-press indigenous oils just as our grandmothers taught us – small batches, no shortcuts. Our marula is harvested from wild trees in KwaZulu-Natal; our rooibos comes from the Cederberg; our buchu is wildcrafted by the Cape.

+

Every bottle carries the wisdom of generations. We partner directly with women-led cooperatives to ensure fair wages and ethical sourcing.

+
+
+ +

Wild Harvested

+
+
+ +

Cold-Pressed

+
+
+ +

Small-Batch

+
+
+
+
+
+
+
+

Harvest

+

Sustainably picked at peak ripeness from wild trees and fynbos.

+
+
+

Cold-Press

+

Extracted within 48 hours to preserve antioxidants and aroma.

+
+
+

Bottle

+

Hand-poured into amber glass, sealed with a story.

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