This commit is contained in:
gpt-engineer-app[bot]
2026-01-27 20:49:17 +00:00
parent b8c18e0ad4
commit e4f0b6cb2e
-2
View File
@@ -1,4 +1,3 @@
import Header from "@/components/Header";
import HeroSection from "@/components/HeroSection"; import HeroSection from "@/components/HeroSection";
import HeritageSection from "@/components/HeritageSection"; import HeritageSection from "@/components/HeritageSection";
import PlansSection from "@/components/PlansSection"; import PlansSection from "@/components/PlansSection";
@@ -7,7 +6,6 @@ import Footer from "@/components/Footer";
const Index = () => { const Index = () => {
return ( return (
<div className="bg-background text-foreground min-h-screen"> <div className="bg-background text-foreground min-h-screen">
<Header />
<HeroSection /> <HeroSection />
<HeritageSection /> <HeritageSection />
<PlansSection /> <PlansSection />