diff --git a/src/components/sections/MoltenRockHeroSection.tsx b/src/components/sections/MoltenRockHeroSection.tsx new file mode 100644 index 0000000..f874bb3 --- /dev/null +++ b/src/components/sections/MoltenRockHeroSection.tsx @@ -0,0 +1,40 @@ +'use client' + +import Image from 'next/image' +import Button from '@/components/ui/Button' + +export default function MoltenRockHeroSection() { + return ( +
+
+ Dawn over volcanic rock formations and untouched bush +
+
+
+
+ +

Molten Rock Private Reserve

+ +
+

+ Where the Earth Breathes Fire and Silence +

+

+ An intimate, exclusive retreat in the Greater Kruger — 6 volcanic suites, private game drives, and a primal connection to the wild. +

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