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