Deploy
This commit is contained in:
@@ -0,0 +1,23 @@
|
|||||||
|
import HeroSection from "@/components/sections/HeroSection"
|
||||||
|
import RoomsSection from "@/components/sections/RoomsSection"
|
||||||
|
import OurStorySection from "@/components/sections/OurStorySection"
|
||||||
|
import SafariExperiencesSection from "@/components/sections/SafariExperiencesSection"
|
||||||
|
import SpecialsSection from "@/components/sections/SpecialsSection"
|
||||||
|
import GallerySection from "@/components/sections/GallerySection"
|
||||||
|
import BookingCTASection from "@/components/sections/BookingCTASection"
|
||||||
|
import ContactSection from "@/components/sections/ContactSection"
|
||||||
|
|
||||||
|
export default function HomePage() {
|
||||||
|
return (
|
||||||
|
<>
|
||||||
|
<HeroSection />
|
||||||
|
<OurStorySection />
|
||||||
|
<RoomsSection />
|
||||||
|
<SafariExperiencesSection />
|
||||||
|
<SpecialsSection />
|
||||||
|
<GallerySection />
|
||||||
|
<BookingCTASection />
|
||||||
|
<ContactSection />
|
||||||
|
</>
|
||||||
|
);
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user