From 362775c37aa1aa69238c3457c69a47fa75a113f6 Mon Sep 17 00:00:00 2001 From: Vula Builder Date: Tue, 14 Jul 2026 17:42:06 +0000 Subject: [PATCH] Deploy --- .../sections/BookYourFarmstaySection.tsx | 48 +++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 src/components/sections/BookYourFarmstaySection.tsx diff --git a/src/components/sections/BookYourFarmstaySection.tsx b/src/components/sections/BookYourFarmstaySection.tsx new file mode 100644 index 0000000..bc79f48 --- /dev/null +++ b/src/components/sections/BookYourFarmstaySection.tsx @@ -0,0 +1,48 @@ +'use client' +import Button from "@/components/ui/Button" +import Image from "next/image" + +export default function BookYourFarmstaySection() { + return ( +
+
+ Homemade breakfast spread on a garden table +
+
+

+ Baked before sunrise,{" "} + gone by noon. +

+

+ Reserve one of five rooms and wake to the scent of freshly baked bread and + fruit from our garden. Each morning begins with a homemade breakfast from + the garden — building anticipation for your Franschhoek escape. +

+
+ + · 5 rooms + + + · Garden-to-table breakfast + + + · Fresh farm eggs daily + +
+ +

Call +27 21 874 1234 to reserve directly

+
+
+

Only 5 rooms — book early for summer weekends.

+
+
+ ) +}