UI changes and color theme changed

This commit is contained in:
2026-03-16 15:37:09 +05:30
parent b5a3569ee9
commit fdb3a19407
48 changed files with 409 additions and 333 deletions

View File

@@ -12,15 +12,20 @@ import CTA from "./_homeComponents/CTA";
import AboutUs from "./_homeComponents/About";
import ModulesSection from "./_homeComponents/Modules";
import HowItWorks from "./_homeComponents/HowItWorks";
import HeroSection from "./_homeComponents/HeroSection";
import StatsSection from "./_homeComponents/StatsSection";
import TestimonialsSection from "./_homeComponents/TestiMonialSection";
export default function Page() {
return (
<div className="min-h-screen bg-white">
<Hero />
<HeroSection />
<CompanySlider />
<Features />
<StatsSection />
<AboutUs />
<ModulesSection />
<TestimonialsSection />
<Benefits />
<Testimonials />
<Pricing />