This commit is contained in:
gpt-engineer-app[bot]
2026-01-27 21:02:59 +00:00
parent 6c31260528
commit 49332ba2c5
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -1,5 +1,6 @@
import Header from "@/components/Header";
import HeroSection from "@/components/HeroSection";
import GallerySection from "@/components/GallerySection";
import HeritageSection from "@/components/HeritageSection";
import PlansSection from "@/components/PlansSection";
import Footer from "@/components/Footer";
@@ -9,6 +10,7 @@ const Index = () => {
<div className="bg-background text-foreground min-h-screen">
<Header />
<HeroSection />
<GallerySection />
<HeritageSection />
<PlansSection />
<Footer />