From 5d1d64759c8713745a28381a8daaef72a2957cd1 Mon Sep 17 00:00:00 2001 From: Vula Builder Date: Sat, 25 Jul 2026 19:05:19 +0000 Subject: [PATCH] Deploy --- src/components/sections/HeroSection.tsx | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 src/components/sections/HeroSection.tsx diff --git a/src/components/sections/HeroSection.tsx b/src/components/sections/HeroSection.tsx new file mode 100644 index 0000000..922619f --- /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/36464518/pexels-photo-36464518.jpeg?auto=compress&cs=tinysrgb&h=650&w=940" + + return ( +
+
+ {imageUrl ? ( + Masai Suites + ) : ( +
+ )} +
+
+

{"Masai Suites"}

+

{"Boutique accommodation that fuses modern comfort with Maasai cultural "}{"elements, offering."}

+

{"Professional boutique hotel in South Africa."}

+
Book a room
+
+
+ ) +}