From d8e80f7a21c81067b37a6378b0b121b8a6e75225 Mon Sep 17 00:00:00 2001 From: Vula Builder Date: Tue, 14 Jul 2026 18:35:20 +0000 Subject: [PATCH] Deploy --- .../sections/MoltenRockOriginsSection.tsx | 46 +++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 src/components/sections/MoltenRockOriginsSection.tsx diff --git a/src/components/sections/MoltenRockOriginsSection.tsx b/src/components/sections/MoltenRockOriginsSection.tsx new file mode 100644 index 0000000..bd85fbe --- /dev/null +++ b/src/components/sections/MoltenRockOriginsSection.tsx @@ -0,0 +1,46 @@ +import Image from 'next/image' +import Button from '@/components/ui/Button' + +export default function MoltenRockOriginsSection() { + return ( +
+
+
+
+ Ancient volcanic landscape of the Greater Kruger +
+
+
+
+ +

Origins

+ +
+

+ Born from fire, rooted in conservation +

+

+ Molten Rock Private Reserve was carved from an ancient volcanic ridge by the Moloi family — a legacy of custodianship passed down through three generations. Where molten lava once scarred the earth, nutrient-rich soils now sustain an astonishing density of wildlife: lion, leopard, elephant, and over 340 bird species. +

+

+ We chose to build only six suites — not for scarcity, but for intimacy. Every game drive is private, every meal is a conversation with the bush, every guest leaves knowing they belong to this land. Our foundation is conservation-led hospitality: 15% of every booking directly funds anti-poaching patrols and community education in neighbouring villages. +

+
+ 24,000 acres + | + 6 exclusive suites + | + 3rd generation stewards +
+
+
+
+
+ ) +} \ No newline at end of file