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.

+
+
+
+
+
+ ) +}