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.

+
+
+ ) +}