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