Deploy
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
import HeroSection from "@/components/sections/HeroSection"
|
||||
import LuxuryAccommodationsSection from "@/components/sections/LuxuryAccommodationsSection"
|
||||
import BushStorySection from "@/components/sections/BushStorySection"
|
||||
import SafariExperiencesSection from "@/components/sections/SafariExperiencesSection"
|
||||
import CurrentOffersSection from "@/components/sections/CurrentOffersSection"
|
||||
import GuestGallerySection from "@/components/sections/GuestGallerySection"
|
||||
import LodgeJournalSection from "@/components/sections/LodgeJournalSection"
|
||||
import GuestTestimonialsSection from "@/components/sections/GuestTestimonialsSection"
|
||||
import BookingCTASection from "@/components/sections/BookingCTASection"
|
||||
import ContactSection from "@/components/sections/ContactSection"
|
||||
import LodgePoliciesSection from "@/components/sections/LodgePoliciesSection"
|
||||
|
||||
export default function HomePage() {
|
||||
return (
|
||||
<>
|
||||
<HeroSection />
|
||||
<BushStorySection />
|
||||
<LuxuryAccommodationsSection />
|
||||
<SafariExperiencesSection />
|
||||
<CurrentOffersSection />
|
||||
<GuestTestimonialsSection />
|
||||
<GuestGallerySection />
|
||||
<LodgeJournalSection />
|
||||
<BookingCTASection />
|
||||
<ContactSection />
|
||||
<LodgePoliciesSection />
|
||||
</>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user