"use client"
import {
Box,
Center,
Container,
Heading,
SimpleGrid,
Span,
Stack,
} from "@chakra-ui/react"
import {
Ethereum,
Lattice,
LeonardoAI,
Lysnna,
Stately,
TrustPage,
Udacity,
Xata,
} from "./logos"
const partners = [
{ Logo: Lattice },
{ Logo: TrustPage },
{ Logo: Xata },
{ Logo: Lysnna },
{ Logo: Udacity },
{ Logo: Ethereum },
{ Logo: LeonardoAI },
{ Logo: Stately },
]
const PartnerGridRow = () => (
{partners.map(({ Logo }, index) => (
))}
)
export const PartnersSection = () => (
Built for modern product teams.
From next-gen startups to established enterprises.
)