This commit is contained in:
gpt-engineer-app[bot]
2026-01-27 21:06:13 +00:00
parent ba81229b51
commit 8df43f85e5
2 changed files with 1 additions and 3 deletions
-2
View File
@@ -1,6 +1,5 @@
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";
@@ -10,7 +9,6 @@ const Index = () => {
<div className="bg-background text-foreground min-h-screen">
<Header />
<HeroSection />
<GallerySection />
<HeritageSection />
<PlansSection />
<Footer />