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