Deploy
This commit is contained in:
@@ -0,0 +1,23 @@
|
|||||||
|
import VendaWelcomeHeroSection from "@/components/sections/VendaWelcomeHeroSection"
|
||||||
|
import VendaHeritageRoomsSection from "@/components/sections/VendaHeritageRoomsSection"
|
||||||
|
import VendaRootsStorySection from "@/components/sections/VendaRootsStorySection"
|
||||||
|
import VendaCulturalImmersionSection from "@/components/sections/VendaCulturalImmersionSection"
|
||||||
|
import VendaSeasonalSpecialsSection from "@/components/sections/VendaSeasonalSpecialsSection"
|
||||||
|
import VendaGuestStoriesSection from "@/components/sections/VendaGuestStoriesSection"
|
||||||
|
import VendaVisionsGallerySection from "@/components/sections/VendaVisionsGallerySection"
|
||||||
|
import VendaLodgeEnquirySection from "@/components/sections/VendaLodgeEnquirySection"
|
||||||
|
|
||||||
|
export default function HomePage() {
|
||||||
|
return (
|
||||||
|
<>
|
||||||
|
<VendaWelcomeHeroSection />
|
||||||
|
<VendaHeritageRoomsSection />
|
||||||
|
<VendaRootsStorySection />
|
||||||
|
<VendaCulturalImmersionSection />
|
||||||
|
<VendaSeasonalSpecialsSection />
|
||||||
|
<VendaGuestStoriesSection />
|
||||||
|
<VendaVisionsGallerySection />
|
||||||
|
<VendaLodgeEnquirySection />
|
||||||
|
</>
|
||||||
|
)
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user