File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ import Header from "../components/header/header";
88import ScrollBottomToTop from "../components/scroll/bottom-to-top" ;
99
1010import { BlogCarousel } from "../components/blogCarousel/blogCarousel" ;
11- import OurProjects from "../components/ourProjects" ;
1211import TopMateSection from "../components/topmate/TopMateSection" ;
1312import { TestimonialCarousel } from "../components/testimonials/TestimonialCarousel" ;
1413import { CommunityStatsProvider } from "../lib/statsProvider" ;
@@ -83,10 +82,6 @@ export default function Home(): ReactNode {
8382 />
8483 </ div >
8584
86- < div className = "m-4" >
87- < OurProjects />
88- </ div >
89-
9085 { /* Mentorship (left) + Testimonials (right) — side by side */ }
9186 < div className = "ml-4 w-full" >
9287 < div className = "grid grid-cols-1 items-stretch gap-6 lg:grid-cols-5" >
You can’t perform that action at this time.
0 commit comments