diff --git a/src/components/sections/MaasaiHeritageSection.tsx b/src/components/sections/MaasaiHeritageSection.tsx new file mode 100644 index 0000000..eaae16d --- /dev/null +++ b/src/components/sections/MaasaiHeritageSection.tsx @@ -0,0 +1,32 @@ +'use client' + +import Image from "next/image" + +export default function MaasaiHeritageSection() { + return ( +
+
+
+ Maasai elders sharing stories +
+
+

+ Born of the Mara, guided by tradition +

+

+ Masai Suites began as a family lodge in 2012, built on land blessed by the local Moran warriors. Every beam, bead, and blanket carries the craftsmanship of Laikipia artisans. Our team of 40 staff — over half from nearby Manyattas — welcome you not as guests, but as extended family. +

+

+ From the shuka-wrapped welcome to the evening nyama choma under acacia stars, we invite you to live the Maasai philosophy of "Enoosas" — togetherness. +

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