diff --git a/src/components/sections/BushveldHeroSection.tsx b/src/components/sections/BushveldHeroSection.tsx new file mode 100644 index 0000000..0b25fc4 --- /dev/null +++ b/src/components/sections/BushveldHeroSection.tsx @@ -0,0 +1,29 @@ +import Image from "next/image" +import Button from "@/components/ui/Button" + +export default function BushveldHeroSection() { + return ( +
+ Golden bushveld sunset with thorn tree silhouettes +
+
+

+ Unhurried Days, Wild Nights. +

+

+ "Where the bush tells its own stories." +

+ +
+
+ ) +} \ No newline at end of file