This commit is contained in:
2025-08-25 17:23:17 +02:00
parent 43ad7a8cea
commit f7d36427fe
6 changed files with 21 additions and 13 deletions

View File

@@ -1,15 +1,16 @@
import { Button } from '@/components/Button'
import { Container } from '@/components/Container'
import { H2 } from '@/components/text'
export function Logos() {
return (
<Container>
<div className="relative z-10 pt-10">
<p className="mt-10 font-display text-large lg:text-2xl font-semibold italic text-slate-900">
<div className="relative z-10 py-12 items-center justify-center">
<H2 className="">
As seen and featured on
</p>
</H2>
<ul
role="list"
className="mt-8 flex items-center flex-wrap justify-center gap-x-8 sm:flex-col sm:gap-x-0 sm:gap-y-10 xl:flex-row xl:gap-x-12 xl:gap-y-0"