From 391fa2cf0c4800a286e08d7d7f7d7ef35d6e33fa Mon Sep 17 00:00:00 2001 From: Vula Builder Date: Sun, 26 Jul 2026 16:40:57 +0000 Subject: [PATCH] Deploy --- src/components/sections/HeroSection.tsx | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/components/sections/HeroSection.tsx diff --git a/src/components/sections/HeroSection.tsx b/src/components/sections/HeroSection.tsx new file mode 100644 index 0000000..e6c86f8 --- /dev/null +++ b/src/components/sections/HeroSection.tsx @@ -0,0 +1,12 @@ +import Link from "next/link" + +export default function HeroSection() { + return ( +
+

{"vaVenda Lodge"}

+

{"A boutique lodge in Limpopo offering deep Venda cultural immersion "}{"combined with."}

+

{"Professional boutique hotel in South Africa."}

+ Book a room +
+ ) +}