From 1da798c5f99fe2fbd2dd1a2a9c3b91c02c2d89d0 Mon Sep 17 00:00:00 2001 From: Vula Builder Date: Sat, 25 Jul 2026 11:17:58 +0000 Subject: [PATCH] Deploy --- .../sections/RootsOfMasaiSection.tsx | 42 +++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 src/components/sections/RootsOfMasaiSection.tsx diff --git a/src/components/sections/RootsOfMasaiSection.tsx b/src/components/sections/RootsOfMasaiSection.tsx new file mode 100644 index 0000000..f10eb96 --- /dev/null +++ b/src/components/sections/RootsOfMasaiSection.tsx @@ -0,0 +1,42 @@ +import Image from "next/image" + +export default function RootsOfMasaiSection() { + return ( +
+
+
+ Maasai elder in traditional attire +
+
+

+ Rooted in Maasai Heritage +

+

+ Masai Suites was born from a deep respect for the land and the people + who have called it home for centuries. Our lodge sits on a stretch of + savanna where the Maasai have grazed cattle and held ceremonies + under the same acacia trees that shade our verandas. +

+

+ We work directly with local Maasai artisans who craft the furniture, + textiles, and decor that fill every room. Each piece tells a story — + a pattern first drawn in the sand, a bead colour chosen for its + meaning, a carving passed down through generations. +

+

+ Sustainability isn't a tagline here; it is the foundation. Solar + energy, rainwater harvesting, and a zero-waste kitchen are as + natural as the morning breeze. When you stay with us, you become + part of a circle that honours the earth and uplifts the community. +

+
+
+
+ ) +} \ No newline at end of file