diff --git a/src/components/sections/IsibaniHeroSection.tsx b/src/components/sections/IsibaniHeroSection.tsx new file mode 100644 index 0000000..bb0eb45 --- /dev/null +++ b/src/components/sections/IsibaniHeroSection.tsx @@ -0,0 +1,44 @@ +'use client' + +import Image from 'next/image' +import Button from '@/components/ui/Button' + +export default function IsibaniHeroSection() { + const handleScroll = () => { + const el = document.getElementById('ubuhle-suites') + el?.scrollIntoView({ behavior: 'smooth' }) + } + + return ( +
+
+ Golden dawn over the African bush +
+
+ +
+

+ Awaken to the Golden Glow +

+

+ Zulu Lodge — where the first light of dawn paints the bush in amber, and every moment invites you to discover luxury in the wild. +

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