Deploy
This commit is contained in:
@@ -0,0 +1,27 @@
|
|||||||
|
import HeroSection from "@/components/sections/HeroSection"
|
||||||
|
import MenuSection from "@/components/sections/MenuSection"
|
||||||
|
import AboutSection from "@/components/sections/AboutSection"
|
||||||
|
import CampaignsSection from "@/components/sections/CampaignsSection"
|
||||||
|
import GallerySection from "@/components/sections/GallerySection"
|
||||||
|
import TeamProfilesSection from "@/components/sections/TeamProfilesSection"
|
||||||
|
import TestimonialsSection from "@/components/sections/TestimonialsSection"
|
||||||
|
import ReservationCTASection from "@/components/sections/ReservationCTASection"
|
||||||
|
import ContactFormSection from "@/components/sections/ContactFormSection"
|
||||||
|
import LocationSection from "@/components/sections/LocationSection"
|
||||||
|
|
||||||
|
export default function HomePage() {
|
||||||
|
return (
|
||||||
|
<>
|
||||||
|
<HeroSection />
|
||||||
|
<AboutSection />
|
||||||
|
<MenuSection />
|
||||||
|
<CampaignsSection />
|
||||||
|
<GallerySection />
|
||||||
|
<TeamProfilesSection />
|
||||||
|
<TestimonialsSection />
|
||||||
|
<ReservationCTASection />
|
||||||
|
<ContactFormSection />
|
||||||
|
<LocationSection />
|
||||||
|
</>
|
||||||
|
);
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user