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