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