This commit is contained in:
gpt-engineer-app[bot]
2026-01-28 13:42:06 +00:00
parent 9f84ec8cc3
commit 91d0d0025c
3 changed files with 134 additions and 0 deletions
+4
View File
@@ -2,6 +2,8 @@ import Header from "@/components/Header";
import HeroSection from "@/components/HeroSection";
import HeritageSection from "@/components/HeritageSection";
import PlansSection from "@/components/PlansSection";
import DeliverySection from "@/components/DeliverySection";
import QualitySection from "@/components/QualitySection";
import Footer from "@/components/Footer";
const Index = () => {
@@ -11,6 +13,8 @@ const Index = () => {
<HeroSection />
<HeritageSection />
<PlansSection />
<DeliverySection />
<QualitySection />
<Footer />
</div>
);