From 6d0849ccf4dba3bfca56df5d2ff107a437fc7f83 Mon Sep 17 00:00:00 2001 From: Vula Builder Date: Tue, 23 Jun 2026 08:47:06 +0000 Subject: [PATCH] Deploy --- src/app/page.tsx | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 src/app/page.tsx 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 ( +
+ + + + + + + + + + +
+ ) +}