This commit is contained in:
gpt-engineer-app[bot]
2026-01-27 19:39:02 +00:00
parent 7f45989b00
commit b59fdd8d66
4 changed files with 84 additions and 29 deletions
+2
View File
@@ -1,3 +1,4 @@
import Header from "@/components/Header";
import HeroSection from "@/components/HeroSection";
import GallerySection from "@/components/GallerySection";
import PlansSection from "@/components/PlansSection";
@@ -6,6 +7,7 @@ import Footer from "@/components/Footer";
const Index = () => {
return (
<div className="bg-background text-foreground min-h-screen">
<Header />
<HeroSection />
<GallerySection />
<PlansSection />