Skip to content

Commit

Permalink
Merge pull request #19 from scientist-softserv/footer-links
Browse files Browse the repository at this point in the history
Update phenovista's footer links
  • Loading branch information
summer-cook authored Nov 10, 2023
2 parents 10be9bb + 094103b commit 79b4ae7
Showing 1 changed file with 47 additions and 27 deletions.
74 changes: 47 additions & 27 deletions utils/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 79b4ae7

Please sign in to comment.