From 236c726937248332ce6dfff7d4cd27e77eb60a6c Mon Sep 17 00:00:00 2001 From: Vula Builder Date: Wed, 15 Jul 2026 09:25:20 +0000 Subject: [PATCH] Deploy --- src/app/page.tsx | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 src/app/page.tsx diff --git a/src/app/page.tsx b/src/app/page.tsx new file mode 100644 index 0000000..9dfed19 --- /dev/null +++ b/src/app/page.tsx @@ -0,0 +1,27 @@ +import IsibaniHeroSection from "@/components/sections/IsibaniHeroSection" +import UbuhleSuitesSection from "@/components/sections/UbuhleSuitesSection" +import IndabaStorySection from "@/components/sections/IndabaStorySection" +import UmkhontoSafariSection from "@/components/sections/UmkhontoSafariSection" +import IthubaSpecialsSection from "@/components/sections/IthubaSpecialsSection" +import IsithombeGallerySection from "@/components/sections/IsithombeGallerySection" +import UmlolozeloSection from "@/components/sections/UmlolozeloSection" +import LodgeRhythmsSection from "@/components/sections/LodgeRhythmsSection" +import BushEscapeBookingSection from "@/components/sections/BushEscapeBookingSection" +import ImbizoContactSection from "@/components/sections/ImbizoContactSection" + +export default function HomePage() { + return ( +
+ + + + + + + + + + +
+ ) +}