From 84e3c680701983d9d39da131843e4dd1d55cfa6b Mon Sep 17 00:00:00 2001 From: Vula Builder Date: Sun, 26 Jul 2026 17:41:20 +0000 Subject: [PATCH] Deploy --- src/components/sections/HeroSection.tsx | 13 +++++++++++++ 1 file changed, 13 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..2615675 --- /dev/null +++ b/src/components/sections/HeroSection.tsx @@ -0,0 +1,13 @@ +import Link from "next/link" + +export default function HeroSection() { + return ( +
+
+

{"Mpofana Lodge"}

+

{"Luxury bush accommodation in the heart of KwaZulu Natal offering an "}{"authentic African."}

+

{"Professional boutique lodge in South Africa."}

+ Book a room +
+ ) +}