diff --git a/src/components/sections/UbuntuHeritageSection.tsx b/src/components/sections/UbuntuHeritageSection.tsx new file mode 100644 index 0000000..8a3e4f1 --- /dev/null +++ b/src/components/sections/UbuntuHeritageSection.tsx @@ -0,0 +1,50 @@ +'use client' + +import Image from 'next/image' +import Link from 'next/link' +import Button from '@/components/ui/Button' + +export default function UbuntuHeritageSection() { + return ( +
+
+
+
+ Lounge and dining area at KwaNtofontofo +
+
+

+ Where English Hospitality Meets Zulu Ubuntu +

+

+ At KwaNtofontofo, we believe umuntu ngumuntu ngabantu — a person is a person through other people. + Our owners built this guest house in 2004 with a clear dream: to be a home-away-from-home where every guest is + welcomed not as a customer, but as family. +

+

+ You will find crisp English breakfasts served in the dining room, evenings around the braai by the pool, and + always a warm smile. The lounge invites quiet conversation, the swimming pool offers tranquil afternoons, and + the secure parking lets you sleep easy. +

+
+

+ "We treat every guest like a king or queen — that is the Ntofontofo promise." +

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