-
-
-
SchoolCompare
-
+ const items = [
+ { href: '/', label: 'Search', Icon: SearchIcon },
+ { href: '/compare', label: 'Compare', Icon: CompareIcon },
+ { href: '/rankings', label: 'Rankings', Icon: RankingsIcon },
+ { href: '/admissions', label: 'Admissions', Icon: AdmissionsIcon },
+ ] as const;
-
-