From fa9b8ff2e19f0606ce55ddf1ee0d1c2b16c09819 Mon Sep 17 00:00:00 2001 From: Vula Builder Date: Tue, 23 Jun 2026 08:47:35 +0000 Subject: [PATCH] Deploy --- src/components/sections/OurStorySection.tsx | 43 +++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 src/components/sections/OurStorySection.tsx diff --git a/src/components/sections/OurStorySection.tsx b/src/components/sections/OurStorySection.tsx new file mode 100644 index 0000000..4b575ed --- /dev/null +++ b/src/components/sections/OurStorySection.tsx @@ -0,0 +1,43 @@ +import Image from "next/image" + +export default function OurStorySection() { + return ( +
+
+
+ KwaNtofontofo guest house founders and welcoming atmosphere +
+
+ Our Story +

+ A Sanctuary of Ubuntu & Refinement +

+
+

+ Established in 2004, KwaNtofontofo Guest House was born from a dream to create + one of the finest hospitality experiences in KwaZulu-Natal. Nestled at + 44 Rutherford Circle, Bisley, Pietermaritzburg, we blend the warmth of + South African ubuntu – the spirit of "I am because we are" – with + British-colonial attention to detail. +

+

+ Just across the road lies a nature reserve where zebras graze and monkeys + swing through the trees. We are one kilometre from Pietermaritzburg Airport + and minutes from UKZN University and major shopping centres, yet our + private pool and braai area make you feel worlds away. +

+

+ "Drop in for that memorable experience where you will be treated like a King or Queen." +

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