diff --git a/src/pages/Index.tsx b/src/pages/Index.tsx index 4b517d8..babe695 100644 --- a/src/pages/Index.tsx +++ b/src/pages/Index.tsx @@ -1,4 +1,3 @@ -import Header from "@/components/Header"; import HeroSection from "@/components/HeroSection"; import HeritageSection from "@/components/HeritageSection"; import PlansSection from "@/components/PlansSection"; @@ -7,7 +6,6 @@ import Footer from "@/components/Footer"; const Index = () => { return (