From cb84453af14222b1f70089ff8293d645db7a9759 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Tue, 27 Jan 2026 20:51:14 +0000 Subject: [PATCH] Changes --- src/pages/Index.tsx | 2 ++ 1 file changed, 2 insertions(+) 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 (