Changes
This commit is contained in:
@@ -56,7 +56,7 @@ const HeritageSection = () => {
|
|||||||
}, []);
|
}, []);
|
||||||
|
|
||||||
return (
|
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">
|
<div className="max-w-6xl mx-auto">
|
||||||
{/* Heritage Hero */}
|
{/* Heritage Hero */}
|
||||||
<div
|
<div
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
import Header from "@/components/Header";
|
import Header from "@/components/Header";
|
||||||
import HeroSection from "@/components/HeroSection";
|
import HeroSection from "@/components/HeroSection";
|
||||||
import GallerySection from "@/components/GallerySection";
|
|
||||||
import HeritageSection from "@/components/HeritageSection";
|
import HeritageSection from "@/components/HeritageSection";
|
||||||
import PlansSection from "@/components/PlansSection";
|
import PlansSection from "@/components/PlansSection";
|
||||||
import Footer from "@/components/Footer";
|
import Footer from "@/components/Footer";
|
||||||
@@ -10,7 +9,6 @@ const Index = () => {
|
|||||||
<div className="bg-background text-foreground min-h-screen">
|
<div className="bg-background text-foreground min-h-screen">
|
||||||
<Header />
|
<Header />
|
||||||
<HeroSection />
|
<HeroSection />
|
||||||
<GallerySection />
|
|
||||||
<HeritageSection />
|
<HeritageSection />
|
||||||
<PlansSection />
|
<PlansSection />
|
||||||
<Footer />
|
<Footer />
|
||||||
|
|||||||
Reference in New Issue
Block a user