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 +
+ ) +}