From 377c81b8fad37d0168c7a988f76ba6a1ce95f933 Mon Sep 17 00:00:00 2001 From: Vula Builder Date: Sat, 25 Jul 2026 19:05:20 +0000 Subject: [PATCH] Deploy --- src/components/sections/OurStorySection.tsx | 68 +++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 src/components/sections/OurStorySection.tsx diff --git a/src/components/sections/OurStorySection.tsx b/src/components/sections/OurStorySection.tsx new file mode 100644 index 0000000..c4f44c0 --- /dev/null +++ b/src/components/sections/OurStorySection.tsx @@ -0,0 +1,68 @@ +import Image from "next/image" +import Link from "next/link" +import Button from "@/components/ui/Button" + +export default function OurStorySection() { + return ( +
+
+
+ {/* Images */} +
+
+ Maasai elder sharing stories at a traditional manyatta +
+
+
+ Handcrafted Maasai beadwork detail on a suite door +
+
+ {/* Text */} +
+
+ + Our Roots +
+

+ Born from a friendship with the land +

+

+ Masai Suites began with a decade of living among the Maasai — learning the rhythm of the Rift Valley, + the weight of a beaded necklace, the story in a single acacia tree. Our founder, a conservation architect, + partnered with Maasai elders to design six suites that honor the landscape without overwhelming it. +

+

+ Every timber beam was sourced from sustainably managed forests in the Aberdares. + Every woven ceiling echoes a manyatta roof. Our community partnership ensures that 15% of every booking + funds local schools and water projects in the adjacent Olkiramatian group ranch. +

+
+ + + + + + +
+
+
+
+
+ ) +}