Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update phenovista's footer links #19

Merged
merged 1 commit into from
Nov 10, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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