diff --git a/pages/index.js b/pages/index.js index 3cbc3f2..9a81007 100644 --- a/pages/index.js +++ b/pages/index.js @@ -26,7 +26,7 @@ const Home = () => { const DESIRED_SERVICES = [ 'Cell Painting Services', 'Ready-2-Go Lung Fibrosis Assay Service', - 'Ready-2-Go Neurite Network Dynamics Assay Service', + 'Custom Assay Services', ] const searchPlaceholder = 'Search for a service e.g., cell painting, lung fibrosis, custom assays, etc.' const filteredServices = wares?.filter(ware => DESIRED_SERVICES.includes(ware.name))