This commit is contained in:
gpt-engineer-app[bot]
2026-01-27 20:11:30 +00:00
parent f4fd7eb4c6
commit 90f491173b
6 changed files with 150 additions and 2 deletions
+2 -2
View File
@@ -1,6 +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,7 +9,7 @@ const Index = () => {
<div className="bg-background text-foreground min-h-screen">
<Header />
<HeroSection />
<GallerySection />
<HeritageSection />
<PlansSection />
<Footer />
</div>