From 5dc2cdd618709cb4ff5decaa0ecf95711490df6d Mon Sep 17 00:00:00 2001 From: Vula Builder Date: Tue, 14 Jul 2026 17:42:07 +0000 Subject: [PATCH] Deploy --- .../CapeDutchHomesteadHeroSection.tsx | 42 +++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 src/components/sections/CapeDutchHomesteadHeroSection.tsx diff --git a/src/components/sections/CapeDutchHomesteadHeroSection.tsx b/src/components/sections/CapeDutchHomesteadHeroSection.tsx new file mode 100644 index 0000000..e4a9d13 --- /dev/null +++ b/src/components/sections/CapeDutchHomesteadHeroSection.tsx @@ -0,0 +1,42 @@ +import Image from 'next/image' +import Button from '@/components/ui/Button' + +export default function CapeDutchHomesteadHeroSection() { + return ( +
+ {/* Background image */} +
+ Whitewashed Cape Dutch homestead with fruit trees in bloom +
+ + {/* Overlay */} +
+ + {/* Content */} +
+

+ Baked before sunrise, gone by noon. +

+

+ Welcome to Die Opstal — a restored Cape Dutch homestead on the Franschhoek wine route. +

+ +
+ + {/* Floating chip card */} +
+

Fresh from the farm

+

Free-range eggs and orchard fruit every morning.

+
+
+ ) +}