This commit is contained in:
gpt-engineer-app[bot]
2026-01-28 13:43:32 +00:00
parent 11a87790b8
commit 9bdf3df810
2 changed files with 0 additions and 68 deletions
-2
View File
@@ -3,7 +3,6 @@ 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 = () => {
@@ -14,7 +13,6 @@ const Index = () => {
<HeritageSection />
<PlansSection />
<DeliverySection />
<QualitySection />
<Footer />
</div>
);