From f31882a2fbdaae3a77bd1fe4047dd65bab0b7fbf Mon Sep 17 00:00:00 2001 From: Vula Builder Date: Sun, 26 Jul 2026 16:56:17 +0000 Subject: [PATCH] Deploy --- .../sections/VendaWelcomeHeroSection.tsx | 35 +++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 src/components/sections/VendaWelcomeHeroSection.tsx diff --git a/src/components/sections/VendaWelcomeHeroSection.tsx b/src/components/sections/VendaWelcomeHeroSection.tsx new file mode 100644 index 0000000..ea6bebb --- /dev/null +++ b/src/components/sections/VendaWelcomeHeroSection.tsx @@ -0,0 +1,35 @@ +import Image from 'next/image' +import Link from 'next/link' +import Button from '@/components/ui/Button' + +export default function VendaWelcomeHeroSection() { + return ( +
+ Sweeping view of Limpopo bushveld with terracotta lodge architecture +
+
+

+ "Muthu ndi muthu nga vhathu — A person is a person through others" +

+

+ Where Venda Heritage Meets Modern Comfort +

+

+ Six distinct rooms, handcrafted decor, and the warmth of Limpopo's ancient culture — your retreat awaits. +

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