From 452da206e3b59214eff24051afcf23623c5ef646 Mon Sep 17 00:00:00 2001 From: Vula Builder Date: Tue, 14 Jul 2026 19:12:51 +0000 Subject: [PATCH] Deploy --- .../sections/BushveldHeroSection.tsx | 29 +++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 src/components/sections/BushveldHeroSection.tsx 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