import Hero from '@hashicorp/react-hero'
import SectionHeader from '@hashicorp/react-section-header'
import UseCases from '@hashicorp/react-use-cases'
import TextAndContent from '@hashicorp/react-text-and-content'
import Button from '@hashicorp/react-button'
import BeforeAfterDiagram from '../../components/before-after-diagram'
export default function Homepage() {
return (
{/* Hero */}
{/* Text Section */}
{/* Before-After Diagram */}
{/* Use cases */}
{/* Principles / Text & Content Blocks */}
Identity Plugins
Seamlessly integrate any trusted identity provider
{[
'https://www.datocms-assets.com/2885/1510033601-aws_logo_rgb_fullcolor.svg',
'https://www.datocms-assets.com/2885/1539799149-azure-stacked-color.svg',
'https://www.datocms-assets.com/2885/1513617132-google-cloud.svg',
'https://www.datocms-assets.com/2885/1556657783-oktalogo.svg',
'https://www.datocms-assets.com/2885/1539817287-cf.svg',
'https://www.datocms-assets.com/2885/1506527326-color.svg',
'https://www.datocms-assets.com/2885/1506540149-black.svg',
'https://www.datocms-assets.com/2885/1539876682-k8s.svg',
'https://www.datocms-assets.com/2885/1506535057-black.svg'
].map(logo => (
-
))}
Extend and integrate
Securely manage secrets and access through a centralized
workflow
{[
'https://www.datocms-assets.com/2885/1506540090-color.svg',
'https://www.datocms-assets.com/2885/1506540114-color.svg',
'https://www.datocms-assets.com/2885/1506527176-color.svg',
'https://www.datocms-assets.com/2885/1510033601-aws_logo_rgb_fullcolor.svg',
'https://www.datocms-assets.com/2885/1506540175-color.svg',
'https://www.datocms-assets.com/2885/1508434209-consul_primarylogo_fullcolor.svg',
'https://www.datocms-assets.com/2885/1539817686-microsoft-sql-server.svg',
'https://www.datocms-assets.com/2885/1539818112-postgresql.svg',
'https://www.datocms-assets.com/2885/1539799149-azure-stacked-color.svg'
].map(logo => (
-
))}
)
}