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