Merge version_6_1781524953559 into main #6

Merged
bender merged 1 commits from version_6_1781524953559 into main 2026-06-15 12:03:15 +00:00

View File

@@ -8,7 +8,6 @@ import HeroSection from './HomePage/sections/Hero';
import AboutSection from './HomePage/sections/About';
import ProductsSection from './HomePage/sections/Products';
import PricingSection from './HomePage/sections/Pricing';
import TestimonialsSection from './HomePage/sections/Testimonials';
import FaqSection from './HomePage/sections/Faq';
import ContactSection from './HomePage/sections/Contact';
@@ -23,11 +22,9 @@ export default function HomePage(): React.JSX.Element {
<PricingSection />
<TestimonialsSection />
<FaqSection />
<ContactSection />
</>
);
}
}