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