diff --git a/src/components/sections/HeroSection.tsx b/src/components/sections/HeroSection.tsx new file mode 100644 index 0000000..e02dd90 --- /dev/null +++ b/src/components/sections/HeroSection.tsx @@ -0,0 +1,24 @@ +import Image from "next/image" +import Link from "next/link" + +export default function HeroSection() { + const imageUrl = "https://images.pexels.com/photos/35258541/pexels-photo-35258541.jpeg?auto=compress&cs=tinysrgb&h=650&w=940" + + return ( +
+
+ {imageUrl ? ( + Molten Rock Private Reserve + ) : ( +
+ )} +
+
+

{"Molten Rock Private Reserve"}

+

{"An ultra-private, 6-suite safari sanctuary in the Greater Kruger offering "}{"bespoke game."}

+

{"Professional safari retreat in South Africa."}

+
Get in touch
+
+
+ ) +}