From 27aeeb2e9be34fc85a695d6e22b7fd5c2988c271 Mon Sep 17 00:00:00 2001 From: Vula Builder Date: Tue, 14 Jul 2026 17:42:08 +0000 Subject: [PATCH] Deploy --- .../sections/GuestWhispersSection.tsx | 64 +++++++++++++++++++ 1 file changed, 64 insertions(+) create mode 100644 src/components/sections/GuestWhispersSection.tsx diff --git a/src/components/sections/GuestWhispersSection.tsx b/src/components/sections/GuestWhispersSection.tsx new file mode 100644 index 0000000..6640695 --- /dev/null +++ b/src/components/sections/GuestWhispersSection.tsx @@ -0,0 +1,64 @@ +'use client' + +export default function GuestWhispersSection() { + return ( +
+
+
+

From our guests

+

+ Whispers of home & hospitality +

+
+ +
+
+

+ "The scent of fynbos in the garden and homemade apricot jam at breakfast — we felt like family." +

+
+ +
+

Anna & Thomas

+

Honeymooners from Munich

+
+
+
+ +
+

+ "Every detail — from the linen to the wine‑pairing suggestions — showed a deep love for the valley." +

+
+ +
+

Sarah & David

+

Food bloggers, Cape Town

+
+
+
+ +
+

+ "We came for the wine route, but the farm breakfasts and the chickens under the fruit trees stole our hearts." +

+
+ +
+

Claire & Olivier

+

Travellers from Lyon

+
+
+
+
+ +
+

+ + Real words from real guests — we never edit the warmth. +

+
+
+
+ ) +} \ No newline at end of file