diff --git a/src/app/page.tsx b/src/app/page.tsx index 1bf91cc..cd9019b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,26 +29,16 @@ export default function LandingPage() { @@ -194,14 +123,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} names={[ - "University of Cambridge", - "Max Planck Society", - "Harvard University", - "ETH Zurich", - "University of Tokyo", - "Stanford University", - "Karolinska Institutet", - ]} + "University of Cambridge", "Max Planck Society", "Harvard University", "ETH Zurich", "University of Tokyo", "Stanford University", "Karolinska Institutet"]} title="Trusted by Leading Academic Institutions Worldwide" description="Partnering with universities, research centers, and scholarly organizations to advance global knowledge." /> @@ -211,14 +133,11 @@ export default function LandingPage() { @@ -230,63 +149,39 @@ export default function LandingPage() { logoText="Global Research Articles" columns={[ { - title: "Platform", - items: [ + title: "Platform", items: [ { - label: "Home", - href: "/", - }, + label: "Home", href: "/"}, { - label: "Articles", - href: "/articles", - }, + label: "Articles", href: "/articles"}, { - label: "Categories", - href: "/articles", - }, + label: "Categories", href: "/articles"}, ], }, { - title: "About Us", - items: [ + title: "About Us", items: [ { - label: "About", - href: "/about", - }, + label: "About", href: "/about"}, { - label: "Our Team", - href: "/about#popular-authors", - }, + label: "Our Team", href: "/about#popular-authors"}, { - label: "Contact", - href: "/contact", - }, + label: "Contact", href: "/contact"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy Policy", - href: "/privacy", - }, + label: "Privacy Policy", href: "/privacy"}, { - label: "Terms of Service", - href: "/terms", - }, + label: "Terms of Service", href: "/terms"}, ], }, { - title: "Connect", - items: [ + title: "Connect", items: [ { - label: "Twitter", - href: "https://twitter.com", - }, + label: "Twitter", href: "https://twitter.com"}, { - label: "LinkedIn", - href: "https://linkedin.com", - }, + label: "LinkedIn", href: "https://linkedin.com"}, ], }, ]}