From d52fddfa643e64487d75429064fc9b61efcc8452 Mon Sep 17 00:00:00 2001 From: Vula Builder Date: Tue, 14 Jul 2026 18:35:21 +0000 Subject: [PATCH] Deploy --- .../sections/MoltenRockHeroSection.tsx | 40 +++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 src/components/sections/MoltenRockHeroSection.tsx 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