From d74e0727a00a99a80d66c06b74bcd93c21288576 Mon Sep 17 00:00:00 2001 From: Vula Builder Date: Tue, 14 Jul 2026 17:42:07 +0000 Subject: [PATCH] Deploy --- .../sections/FindDieOpstalSection.tsx | 49 +++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 src/components/sections/FindDieOpstalSection.tsx diff --git a/src/components/sections/FindDieOpstalSection.tsx b/src/components/sections/FindDieOpstalSection.tsx new file mode 100644 index 0000000..5a09f40 --- /dev/null +++ b/src/components/sections/FindDieOpstalSection.tsx @@ -0,0 +1,49 @@ +import Image from "next/image" + +export default function FindDieOpstalSection() { + return ( +
+
+
+
+
+ Franschhoek valley with vineyards and mountains +
+
+

Tucked away in the Cape Winelands

+
+
+
+

+ Your Franschhoek{" "} + address +

+
+

14 Huguenot Road, Franschhoek, 7690

+

Phone: +27 21 874 1234

+

Email: stay@dieopstal.co.za

+
+
+

Driving directions

+

+ From Stellenbosch: take the R45 for 35 minutes. Turn left onto + Huguenot Road — we are 500m on the left, just past the Franschhoek + Wine Valley sign. +

+

+ From Franschhoek Main Road: proceed west on Huguenot Road for 1.5 km, + Die Opstal is on your left, set behind a row of oak trees. +

+
+
+
+
+
+ ) +}