Skip to content

Commit a1d1c14

Browse files
committed
removed our project to speedup landing page
1 parent c1831db commit a1d1c14

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/pages/index.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ import Header from "../components/header/header";
88
import ScrollBottomToTop from "../components/scroll/bottom-to-top";
99

1010
import { BlogCarousel } from "../components/blogCarousel/blogCarousel";
11-
import OurProjects from "../components/ourProjects";
1211
import TopMateSection from "../components/topmate/TopMateSection";
1312
import { TestimonialCarousel } from "../components/testimonials/TestimonialCarousel";
1413
import { 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">

0 commit comments

Comments
 (0)