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