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