From ee6630d0642da5ea17389113a5c33e2e912c1ce4 Mon Sep 17 00:00:00 2001 From: Vula Builder Date: Sat, 25 Jul 2026 13:58:35 +0000 Subject: [PATCH] Deploy --- src/components/sections/HeroSection.tsx | 12 ++++++++++++ 1 file changed, 12 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..b6d68f8 --- /dev/null +++ b/src/components/sections/HeroSection.tsx @@ -0,0 +1,12 @@ +import Link from "next/link" + +export default function HeroSection() { + return ( +
+

{"Masai Suites"}

+

{"A boutique hotel in Kenya that blends modern comfort with authentic "}{"Maasai culture,."}

+

{"Professional boutique hotel in South Africa."}

+ Book a room +
+ ) +}