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