diff --git a/src/app/page.tsx b/src/app/page.tsx new file mode 100644 index 0000000..a86a247 --- /dev/null +++ b/src/app/page.tsx @@ -0,0 +1,27 @@ +import WarmRegalWelcomeHeroSection from "@/components/sections/WarmRegalWelcomeHeroSection" +import ThemedRegalSuitesSection from "@/components/sections/ThemedRegalSuitesSection" +import KwaNtofontofoStorySection from "@/components/sections/KwaNtofontofoStorySection" +import KwaNtofontofoSpecialsSection from "@/components/sections/KwaNtofontofoSpecialsSection" +import GuesthouseGallerySection from "@/components/sections/GuesthouseGallerySection" +import GuestsLalaKahlePraiseSection from "@/components/sections/GuestsLalaKahlePraiseSection" +import ImveloInsightsSection from "@/components/sections/ImveloInsightsSection" +import PlanYourRoyalStayCTASection from "@/components/sections/PlanYourRoyalStayCTASection" +import KwaNtofontofoEnquirySection from "@/components/sections/KwaNtofontofoEnquirySection" +import KwaNtofontofoLocationSection from "@/components/sections/KwaNtofontofoLocationSection" + +export default function HomePage() { + return ( +
+ + + + + + + + + + +
+ ) +}