From a34fed8b3c66b405c806a3bfd7890b9fb492c813 Mon Sep 17 00:00:00 2001 From: Vula Builder Date: Tue, 14 Jul 2026 19:09:02 +0000 Subject: [PATCH] Deploy --- .../sections/MoltenRockStorySection.tsx | 43 +++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 src/components/sections/MoltenRockStorySection.tsx diff --git a/src/components/sections/MoltenRockStorySection.tsx b/src/components/sections/MoltenRockStorySection.tsx new file mode 100644 index 0000000..d6947d7 --- /dev/null +++ b/src/components/sections/MoltenRockStorySection.tsx @@ -0,0 +1,43 @@ +'use client' + +import Image from 'next/image' + +export default function MoltenRockStorySection() { + return ( +
+
+
+
+ Ancient rock formations at Molten Rock Private Reserve +
+
+

+ A land shaped by fire, preserved by purpose +

+
+

+ One hundred million years ago, molten magma pushed through ancient granite — cooling into the iconic + 'koppies' that give our reserve its name. Today, these towering rock formations watch over a landscape + that has been rewilded with care: elephant, lion, leopard, and rhino roam across sixty thousand hectares + of riverine forest and open savannah. +

+

+ Our family's conservation vision was deliberate: limit guests to six suites so the land breathes. + No convoys. No crowds. Only the sounds of the bush and the quiet privilege of being part of something larger. +

+

+ "We are not owners of this wilderness — we are its guardians." +

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