diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index 686a8f5..3a1e0d4 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -25,22 +25,10 @@ export default function LandingPage() {
@@ -64,18 +52,8 @@ export default function LandingPage() {
title="Meet Our Team"
description="The passionate individuals behind our success."
team={[
- {
- id: "t1",
- name: "Kevi M.",
- role: "Founder",
- imageSrc: "http://img.b2bpic.net/free-photo/cute-shot-friends-joking-laughing-together-spreading-positivity-around_181624-21423.jpg",
- },
- {
- id: "t2",
- name: "Sara T.",
- role: "Lead Counselor",
- imageSrc: "http://img.b2bpic.net/free-photo/handsome-caucasian-man-with-headphones-backpack-holding-laptop-wearing-medical-mask-looking_1258-155431.jpg",
- },
+ { id: "t1", name: "Kevi M.", role: "Founder", imageSrc: "http://img.b2bpic.net/free-photo/cute-shot-friends-joking-laughing-together-spreading-positivity-around_181624-21423.jpg" },
+ { id: "t2", name: "Sara T.", role: "Lead Counselor", imageSrc: "http://img.b2bpic.net/free-photo/handsome-caucasian-man-with-headphones-backpack-holding-laptop-wearing-medical-mask-looking_1258-155431.jpg" },
]}
/>
@@ -85,32 +63,12 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/books-knowledge-study-education-word-graphic_53876-124730.jpg?_wi=4"
logoText="Study in Nagaland"
columns={[
- {
- title: "For Students",
- items: [
- {
- label: "Search Colleges",
- href: "/colleges",
- },
- {
- label: "Blog",
- href: "/blog",
- },
- ],
- },
- {
- title: "For Institutions",
- items: [
- {
- label: "List Your College",
- href: "/for-institutions",
- },
- ],
- },
+ { title: "For Students", items: [{ label: "Search Colleges", href: "/colleges" }, { label: "Blog", href: "/blog" }] },
+ { title: "For Institutions", items: [{ label: "List Your College", href: "/for-institutions" }] },
]}
/>
);
-}
+}
\ No newline at end of file
diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx
index 2587f5f..23cfdfc 100644
--- a/src/app/blog/page.tsx
+++ b/src/app/blog/page.tsx
@@ -25,22 +25,10 @@ export default function LandingPage() {
@@ -54,26 +42,8 @@ export default function LandingPage() {
title="Latest Insights"
description="Stay updated with news and admission alerts."
blogs={[
- {
- id: "nb1",
- category: "Admissions",
- title: "Entrance Test Prep Guide",
- excerpt: "How to clear state-level entrance exams.",
- imageSrc: "http://img.b2bpic.net/free-photo/high-angle-academic-cap-glasses-with-globe_23-2148756568.jpg",
- authorName: "Edu Expert",
- authorAvatar: "http://img.b2bpic.net/free-photo/people-work-education-concept-cheerful-attractive-redhead-female-student-glasses-studying-rem_1258-144396.jpg",
- date: "2025-03-05",
- },
- {
- id: "nb2",
- category: "Scholarships",
- title: "Funding Your Education",
- excerpt: "Government schemes every student should know.",
- imageSrc: "http://img.b2bpic.net/free-photo/talented-creative-goodlooking-redhead-woman-writing-poem-story-taking-notes-prepare-grocery-list-gas_1258-139234.jpg",
- authorName: "Admin",
- authorAvatar: "http://img.b2bpic.net/free-photo/dreamy-inspirational-cute-redhead-female-student-writing-daily-tasks-todo-list-red-lovely-planner_1258-126343.jpg",
- date: "2025-03-10",
- },
+ { id: "nb1", category: "Admissions", title: "Entrance Test Prep Guide", excerpt: "How to clear state-level entrance exams.", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-academic-cap-glasses-with-globe_23-2148756568.jpg", authorName: "Edu Expert", authorAvatar: "http://img.b2bpic.net/free-photo/people-work-education-concept-cheerful-attractive-redhead-female-student-glasses-studying-rem_1258-144396.jpg", date: "2025-03-05" },
+ { id: "nb2", category: "Scholarships", title: "Funding Your Education", excerpt: "Government schemes every student should know.", imageSrc: "http://img.b2bpic.net/free-photo/talented-creative-goodlooking-redhead-woman-writing-poem-story-taking-notes-prepare-grocery-list-gas_1258-139234.jpg", authorName: "Admin", authorAvatar: "http://img.b2bpic.net/free-photo/dreamy-inspirational-cute-redhead-female-student-writing-daily-tasks-todo-list-red-lovely-planner_1258-126343.jpg", date: "2025-03-10" },
]}
/>
@@ -86,16 +56,8 @@ export default function LandingPage() {
description="Common questions regarding blog content."
faqsAnimation="blur-reveal"
faqs={[
- {
- id: "f1",
- title: "How often are articles updated?",
- content: "We refresh our blog content weekly.",
- },
- {
- id: "f2",
- title: "Can I write for you?",
- content: "Yes, reach out via our contact page to contribute.",
- },
+ { id: "f1", title: "How often are articles updated?", content: "We refresh our blog content weekly." },
+ { id: "f2", title: "Can I write for you?", content: "Yes, reach out via our contact page to contribute." },
]}
/>
@@ -105,32 +67,12 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/books-knowledge-study-education-word-graphic_53876-124730.jpg?_wi=3"
logoText="Study in Nagaland"
columns={[
- {
- title: "For Students",
- items: [
- {
- label: "Search Colleges",
- href: "/colleges",
- },
- {
- label: "Blog",
- href: "/blog",
- },
- ],
- },
- {
- title: "For Institutions",
- items: [
- {
- label: "List Your College",
- href: "/for-institutions",
- },
- ],
- },
+ { title: "For Students", items: [{ label: "Search Colleges", href: "/colleges" }, { label: "Blog", href: "/blog" }] },
+ { title: "For Institutions", items: [{ label: "List Your College", href: "/for-institutions" }] },
]}
/>
);
-}
+}
\ No newline at end of file
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
diff --git a/src/app/layout.tsx b/src/app/layout.tsx
index 1b87a66..7a97bee 100644
--- a/src/app/layout.tsx
+++ b/src/app/layout.tsx
@@ -15,14 +15,13 @@ export const metadata: Metadata = {
description: "Generated by create next app",
};
-const libreBaskerville = Libre_Baskerville({
- variable: "--font-libre-baskerville",
- subsets: ["latin"],
- weight: ["400", "700"],
-});
+
const inter = Inter({
- variable: "--font-inter",
- subsets: ["latin"],
+ variable: "--font-inter", subsets: ["latin"],
+});
+const libreBaskerville = Libre_Baskerville({
+ variable: "--font-libre-baskerville", subsets: ["latin"],
+ weight: ["400", "700"],
});
export default function RootLayout({
@@ -33,7 +32,7 @@ export default function RootLayout({
return (
-
+
{children}