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
+1 -1
View File
@@ -56,7 +56,7 @@ const HeritageSection = () => {
}, []);
return (
<section className="bg-secondary/30 py-24 px-6">
<section id="gallery" className="bg-secondary/30 py-24 px-6">
<div className="max-w-6xl mx-auto">
{/* Heritage Hero */}
<div
-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 />