From 094103b8f10798570f614f1e869173165c2d5410 Mon Sep 17 00:00:00 2001 From: Summer Cook Date: Fri, 10 Nov 2023 15:16:59 -0600 Subject: [PATCH] update phenovista's footer links --- utils/constants.js | 74 +++++++++++++++++++++++++++++----------------- 1 file changed, 47 insertions(+), 27 deletions(-) diff --git a/utils/constants.js b/utils/constants.js index 39f572c..420934e 100644 --- a/utils/constants.js +++ b/utils/constants.js @@ -23,44 +23,64 @@ export const FOOTER_NAME = 'PhenoVista Biosciences' export const FOOTER_SECTIONS = [ { - header: 'Legal', + header: 'Service Offerings', links: [ { - name: 'Privacy Policy', - url: '/privacy-policy', + name: 'Imaging & Analysis', + url: 'https://phenovista.com/imaging-analysis', + }, + { + name: 'Ready-2-Go Assays', + url: 'https://phenovista.com/r2g-assay-services', + }, + { + name: 'Cell Painting & Screening', + url: 'https://phenovista.com/cell-painting-morphology-assay-services', + }, + { + name: 'Bespoke Services', + url: 'https://phenovista.com/bespoke-assay-services', + }, + ], + }, + { + header: 'Research Areas', + links: [ + { + name: 'Fibrosis', + url: 'https://phenovista.com/fibrosis-assay-services', + }, + { + name: 'Neurobiology', + url: 'https://phenovista.com/neurobiology-assay-services', }, { - name: 'Terms and Conditions', - url: '/terms-and-conditions', + name: 'Oncology & Immuno-oncology', + url: 'https://phenovista.com/oncology-immuno-oncology-assay-services', }, { - name: 'Terms of Use', - url: '/terms-of-use', + name: 'Cell & Gene Therapy', + url: 'https://phenovista.com/cell-and-gene-therapy-assay-services', }, + ], + }, + { + header: 'Helpful Links', + links: [ { - name: 'Cookie Policy', - url: '/', + name: 'About Us', + url: 'https://phenovista.com/about-us', + }, + { + name: 'Expertise', + url: 'https://phenovista.com/expertise', + }, + { + name: 'Privacy Policy', + url: '/privacy-policy', }, ], }, - // { - // header: 'Two', - // links: [ - // { - // name: 'Contact', - // url: '/contact', - // }, - // ], - // }, - // { - // header: 'Three', - // links: [ - // { - // name: 'Services', - // url: '/services', - // }, - // ], - // }, ] export const FOOTER_SOCIALS = [