import { LogoCloud006 } from "@/components/ui/logo-cloud-006"import { LogoCloud006 } from "@/components/ui/logo-cloud-006"
import { StripeLogo, TrelloLogo } from "./logos"
export default function Page() {
return (
<LogoCloud006
title={[
"Worked with",
"Top companies in the world who saw potential in us",
]}
rows={[
[
{
name: "Trello",
logo: <TrelloLogo />,
href: "/case-studies/trello",
},
{
name: "Stripe",
logo: <StripeLogo />,
href: "/case-studies/stripe",
},
],
]}
/>
)
}