Skip to content
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
10 changes: 7 additions & 3 deletions src/theme/Footer/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,17 @@ const footerColumns = [
{ label: 'Databases', href: 'https://www.civo.com/public-cloud/databases' },
{ label: 'Load balancers', href: 'https://www.civo.com/load-balancers' },
{ label: 'Block storage', href: 'https://www.civo.com/features/block-storage' },
{ label: 'Konstruct IDP', href: 'https://www.civo.com/konstruct' },
],
},
{
title: 'Private Cloud',
links: [
{ label: 'CivoStack Enterprise', href: 'https://www.civo.com/private-cloud/civostack-enterprise' },
{ label: 'FlexCore', href: 'https://www.civo.com/private-cloud/flexcore' },
{ label: 'VMware for service providers', href: 'https://www.civo.com/vmware-service-providers' },
{ label: 'VMware alternative', href: 'https://www.civo.com/vmware-alternative' },
{ label: 'VMware migration', href: 'https://www.civo.com/vmware-migration-tool' },
{ label: 'VMware for service providers', href: 'https://www.civo.com/private-cloud/vmware-service-providers' },
{ label: 'VMware alternative', href: 'https://www.civo.com/private-cloud/vmware-alternative' },
{ label: 'VMware migration', href: 'https://www.civo.com/private-cloud/vmware-migration-tool' },
{ label: 'UK Sovereign Cloud', href: 'https://www.civo.com/uk-sovereign-cloud' },
{ label: 'India Sovereign Cloud', href: 'https://www.civo.com/india' },
],
Expand All @@ -46,7 +47,9 @@ const footerColumns = [
{ label: 'Cloud GPU', href: 'https://www.civo.com/ai/cloud-gpu' },
{ label: 'Kubernetes GPU', href: 'https://www.civo.com/ai/kubernetes-gpu' },
{ label: 'Compute GPU', href: 'https://www.civo.com/ai/gpu-compute' },
{ label: 'Sovereign AI', href: 'https://www.civo.com/ai/sovereign' },
{ label: 'relaxAI', href: 'https://www.relax.ai/' },
{ label: 'Private AI', href: 'https://www.civo.com/ai/private' },
],
},
{
Expand All @@ -57,6 +60,7 @@ const footerColumns = [
{ label: 'Financial services', href: 'https://www.civo.com/finance' },
{ label: 'Government', href: 'https://www.civo.com/government' },
{ label: 'SaaS', href: 'https://www.civo.com/saas' },
{ label: 'Startups', href: 'https://www.civo.com/startups' },
],
},
{
Expand Down
Loading