From b14cd725ed19b9fc73b0a881fd25a95f8f3c8319 Mon Sep 17 00:00:00 2001 From: Vula Builder Date: Sat, 25 Jul 2026 11:17:58 +0000 Subject: [PATCH] Deploy --- .../sections/SavannaSanctuaryHeroSection.tsx | 34 +++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 src/components/sections/SavannaSanctuaryHeroSection.tsx diff --git a/src/components/sections/SavannaSanctuaryHeroSection.tsx b/src/components/sections/SavannaSanctuaryHeroSection.tsx new file mode 100644 index 0000000..82ceba5 --- /dev/null +++ b/src/components/sections/SavannaSanctuaryHeroSection.tsx @@ -0,0 +1,34 @@ +import Image from "next/image" +import Link from "next/link" + +export default function SavannaSanctuaryHeroSection() { + return ( +
+ +
+ Savanna landscape at golden hour +
+
+
+

Rest, Roam, Reconnect

+

+ Find your rhythm beneath wide Kenyan skies — where the earth steadies + your breath and every sunset offers a fresh beginning. +

+ + Book a Room + +
+
+ ) +} \ No newline at end of file