ok
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user