From baf52ac0606d53f5023eb3b85b35b4c58729949f Mon Sep 17 00:00:00 2001 From: Vula Builder Date: Tue, 23 Jun 2026 08:39:16 +0000 Subject: [PATCH] Deploy --- .../sections/WarmRegalWelcomeHeroSection.tsx | 36 +++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 src/components/sections/WarmRegalWelcomeHeroSection.tsx diff --git a/src/components/sections/WarmRegalWelcomeHeroSection.tsx b/src/components/sections/WarmRegalWelcomeHeroSection.tsx new file mode 100644 index 0000000..e560a2a --- /dev/null +++ b/src/components/sections/WarmRegalWelcomeHeroSection.tsx @@ -0,0 +1,36 @@ +import Image from 'next/image' +import Link from 'next/link' +import Button from '@/components/ui/Button' + +export default function WarmRegalWelcomeHeroSection() { + return ( +
+ KwaNtofontofo guest house exterior with swimming pool and nature reserve view +
+
+
+

+ Welcome to KwaNtofontofo +

+

+ Experience complete privacy and regal comfort just 1 km from Pietermaritzburg Airport. + Across the street, zebras graze and monkeys play in the nature reserve. + This is your home away from home — where you are treated like royalty. +

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