From 62e742f025fe5ae1de13a2cf95cc3b0f66a00ab1 Mon Sep 17 00:00:00 2001 From: Vula Builder Date: Tue, 14 Jul 2026 17:42:08 +0000 Subject: [PATCH] Deploy --- .../FranschhoekHeritageStorySection.tsx | 62 +++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 src/components/sections/FranschhoekHeritageStorySection.tsx diff --git a/src/components/sections/FranschhoekHeritageStorySection.tsx b/src/components/sections/FranschhoekHeritageStorySection.tsx new file mode 100644 index 0000000..bc7ace0 --- /dev/null +++ b/src/components/sections/FranschhoekHeritageStorySection.tsx @@ -0,0 +1,62 @@ +import Image from 'next/image' +import Button from '@/components/ui/Button' + +export default function FranschhoekHeritageStorySection() { + return ( +
+
+
+ {/* Text */} +
+ Die Opstal · Since 1927 +

+ From neglect to nurture: a 1920s story. +

+

+ When we first saw Die Opstal, the gables were crumbling, the orchard overgrown, + and the yellowwood floors buried under decades of dust. We spent two years + restoring every door frame, every window sash, and every fireplace — keeping + the soul of the original homestead intact. +

+

+ Today, breakfast is made from free-range eggs laid by our own chickens, peaches + from the orchard, and sourdough baked in the wood‑fired oven. The hens scratch + under the fig trees while guests sip coffee on the stoep, watching the mist burn + off the Franschhoek mountains. +

+

+ This is not a hotel. It is a home we are honoured to share. +

+ +
+ + {/* Image with floating chip */} +
+
+ Restored Cape Dutch homestead with mountain backdrop +
+ + {/* Floating chip */} +
+

Farm fresh every day

+

Free-range eggs and orchard fruit daily.

+
+
+
+
+
+ ) +}