new pages created

This commit is contained in:
2025-12-06 00:56:15 +05:30
parent e87bdd45a1
commit 670db0c07a
52 changed files with 4761 additions and 278 deletions

View File

@@ -10,6 +10,8 @@ import Pricing from "./_homeComponents/Pricing";
import FAQ from "./_homeComponents/FAQ";
import CTA from "./_homeComponents/CTA";
import AboutUs from "./_homeComponents/About";
import ModulesSection from "./_homeComponents/Modules";
import HowItWorks from "./_homeComponents/HowItWorks";
export default function Page() {
return (
@@ -18,9 +20,11 @@ export default function Page() {
<CompanySlider />
<Features />
<AboutUs />
<ModulesSection />
<Benefits />
<Testimonials />
<Pricing />
<HowItWorks />
<FAQ />
<CTA />
</div>