From 04ad4edccb3b30dd7df7b434931ab1af06b3e39d Mon Sep 17 00:00:00 2001 From: Alisha Evans Date: Thu, 20 Jun 2024 08:56:57 -0700 Subject: [PATCH] update the featured services list (#87) --- pages/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))