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.

+
+
+ ) +}