From affc95d7d75b6152881267d7085ce18f4e2ad756 Mon Sep 17 00:00:00 2001 From: Vula Builder Date: Wed, 15 Jul 2026 09:25:28 +0000 Subject: [PATCH] Deploy --- .../sections/OurFamilyRootsSection.tsx | 52 +++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 src/components/sections/OurFamilyRootsSection.tsx diff --git a/src/components/sections/OurFamilyRootsSection.tsx b/src/components/sections/OurFamilyRootsSection.tsx new file mode 100644 index 0000000..19ca0de --- /dev/null +++ b/src/components/sections/OurFamilyRootsSection.tsx @@ -0,0 +1,52 @@ +import Image from "next/image" + +export default function OurFamilyRootsSection() { + return ( +
+
+
+
+

Built by Hand, Rooted in Love

+
+

+ Jan and Marietjie first saw this stretch of Limpopo bush in 2003. The knobthorn trees, the dawn chorus of hornbills, the way the light turned golden at dusk — they knew they had found home. +

+

+ They built the first chalet with their own hands, timber by timber, while raising three children under canvas. By 2010, Thornveld opened its doors — eight self-catering chalets, each with a view of the wild. +

+

+ Today, guests arrive as strangers and leave as family. Jan still leads the morning walks; Marietjie bakes the rusks for sundowners. This is not a hotel — it is their home, and you are welcome. +

+
+ {/* Timeline with hairline dividers */} +
+ {[ + { year: "2003", event: "Discovered the land" }, + { year: "2005", event: "First chalet built" }, + { year: "2010", event: "Opened to guests" }, + { year: "2020", event: "Expanded to 8 chalets" } + ].map((item, i) => ( +
+ {item.year} + {item.event} +
+ ))} +
+
+
+ Jan and Marietjie on the main deck with the bushveld behind them +
+ The family deck, where stories are shared. +
+
+
+
+
+ ) +} \ No newline at end of file