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