From ee0b09c1c268836f3d1f109d3fa39c166e03c53b Mon Sep 17 00:00:00 2001 From: Vula Builder Date: Tue, 23 Jun 2026 08:39:03 +0000 Subject: [PATCH] Deploy --- .../sections/NtofontofoVisionSection.tsx | 38 +++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 src/components/sections/NtofontofoVisionSection.tsx diff --git a/src/components/sections/NtofontofoVisionSection.tsx b/src/components/sections/NtofontofoVisionSection.tsx new file mode 100644 index 0000000..80bcc72 --- /dev/null +++ b/src/components/sections/NtofontofoVisionSection.tsx @@ -0,0 +1,38 @@ +'use client' + +import Button from '@/components/ui/Button' +import Link from 'next/link' + +export default function NtofontofoVisionSection() { + return ( +
+
+

+ The Spirit of Ntofontofo +

+
+
+ + “ + +
+

+ Our vision is to be synonymous with the highest standards of service, with staff equipped to welcome guests from + all walks of life. We offer a nurturing, dignified escape where modern comfort meets the quiet magic of the bushveld. +

+
+ "To provide excellent and efficient professional services within safe, affordable and accessible facilities \n that exceed guest expectations — without ever compromising on quality." +
+

+ — Loyiso & Sarah, your hosts at KwaNtofontofo +

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