diff --git a/src/app/colleges/page.tsx b/src/app/colleges/page.tsx
index 91b6b2d..bdde01b 100644
--- a/src/app/colleges/page.tsx
+++ b/src/app/colleges/page.tsx
@@ -25,22 +25,10 @@ export default function LandingPage() {
@@ -54,26 +42,8 @@ export default function LandingPage() {
title="College Guides"
description="Featured institutions to consider for your higher studies."
blogs={[
- {
- id: "b1",
- category: "University",
- title: "Top Tech Colleges in Dimapur",
- excerpt: "A deep dive into the best engineering hubs.",
- imageSrc: "http://img.b2bpic.net/free-photo/friends-studying-near-building-with-lake_23-2147850684.jpg",
- authorName: "Education Team",
- authorAvatar: "http://img.b2bpic.net/free-photo/students-sitting-campus-with-lake_23-2147850683.jpg",
- date: "2025-01-15",
- },
- {
- id: "b2",
- category: "Arts",
- title: "Humanities Courses Overview",
- excerpt: "Explore diverse streams and career options.",
- imageSrc: "http://img.b2bpic.net/free-photo/people-studying-sitting-near-water_23-2147850682.jpg",
- authorName: "Admin",
- authorAvatar: "http://img.b2bpic.net/free-photo/joyful-friends-watching-video-tablet-outdoors_1262-21105.jpg",
- date: "2025-02-01",
- },
+ { id: "b1", category: "University", title: "Top Tech Colleges in Dimapur", excerpt: "A deep dive into the best engineering hubs.", imageSrc: "http://img.b2bpic.net/free-photo/friends-studying-near-building-with-lake_23-2147850684.jpg", authorName: "Education Team", authorAvatar: "http://img.b2bpic.net/free-photo/students-sitting-campus-with-lake_23-2147850683.jpg", date: "2025-01-15" },
+ { id: "b2", category: "Arts", title: "Humanities Courses Overview", excerpt: "Explore diverse streams and career options.", imageSrc: "http://img.b2bpic.net/free-photo/people-studying-sitting-near-water_23-2147850682.jpg", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/joyful-friends-watching-video-tablet-outdoors_1262-21105.jpg", date: "2025-02-01" },
]}
/>
@@ -81,9 +51,7 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file