Changes
This commit is contained in:
@@ -1,4 +1,3 @@
|
|||||||
import Header from "@/components/Header";
|
|
||||||
import HeroSection from "@/components/HeroSection";
|
import HeroSection from "@/components/HeroSection";
|
||||||
import HeritageSection from "@/components/HeritageSection";
|
import HeritageSection from "@/components/HeritageSection";
|
||||||
import PlansSection from "@/components/PlansSection";
|
import PlansSection from "@/components/PlansSection";
|
||||||
@@ -7,7 +6,6 @@ import Footer from "@/components/Footer";
|
|||||||
const Index = () => {
|
const Index = () => {
|
||||||
return (
|
return (
|
||||||
<div className="bg-background text-foreground min-h-screen">
|
<div className="bg-background text-foreground min-h-screen">
|
||||||
<Header />
|
|
||||||
<HeroSection />
|
<HeroSection />
|
||||||
<HeritageSection />
|
<HeritageSection />
|
||||||
<PlansSection />
|
<PlansSection />
|
||||||
|
|||||||
Reference in New Issue
Block a user