From f2af8659a49dbdd70b2ba1b3b7b1f5c56af2dffb Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 18:31:29 +0000 Subject: [PATCH 1/6] Update src/app/about/page.tsx --- src/app/about/page.tsx | 60 +++++++----------------------------------- 1 file changed, 9 insertions(+), 51 deletions(-) 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() { @@ -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 -- 2.49.1 From f72deba84b4bc1abb73fd4a513518288fac2a42f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 18:31:30 +0000 Subject: [PATCH 2/6] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 80 ++++++------------------------------------- 1 file changed, 11 insertions(+), 69 deletions(-) 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() { @@ -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 -- 2.49.1 From 9b424ec1d6613ca415ca2a11eef03dfa9166a3cf Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 18:31:30 +0000 Subject: [PATCH 3/6] Update src/app/colleges/page.tsx --- src/app/colleges/page.tsx | 72 ++++++--------------------------------- 1 file changed, 10 insertions(+), 62 deletions(-) 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() { @@ -81,9 +51,7 @@ export default function LandingPage() {
); -} +} \ No newline at end of file -- 2.49.1 From 6bcc47e23760f3f00b517d415be45009e26933e9 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 12 May 2026 18:31:31 +0000 Subject: [PATCH 4/6] Update src/app/layout.tsx --- src/app/layout.tsx | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) 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}