From e4f0b6cb2eea250f2f23f441131fa93344d0db2f 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:49:17 +0000 Subject: [PATCH] Changes --- src/pages/Index.tsx | 2 -- 1 file changed, 2 deletions(-) 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 (
-