import Navbar from “@/components/Navbar”;
import HeroSection from “@/components/HeroSection”;
import TrustBar from “@/components/TrustBar”;
import AboutSection from “@/components/AboutSection”;
import CoursesSection from “@/components/CoursesSection”;
import WhyChooseSection from “@/components/WhyChooseSection”;
import PlacementsSection from “@/components/PlacementsSection”;
import TestimonialsSection from “@/components/TestimonialsSection”;
import AdmissionCTA from “@/components/AdmissionCTA”;
import Footer from “@/components/Footer”;
import StickyBar from “@/components/StickyBar”;
const Index = () => {
return (
);
};
export default Index;
Recent Comments