Remove header from index
Removed the Header component from the Index page to hide the top header area. X-Lovable-Edit-ID: edt-f2c2ac15-1263-499a-bd78-95e53670e0fc
This commit is contained in:
@@ -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 (
|
||||
<div className="bg-background text-foreground min-h-screen">
|
||||
<Header />
|
||||
<HeroSection />
|
||||
<HeritageSection />
|
||||
<PlansSection />
|
||||
|
||||
Reference in New Issue
Block a user