rm gap
This commit is contained in:
parent
de8cb4b4b9
commit
1c9c74ca3e
@ -30,7 +30,7 @@ export function Hero() {
|
||||
|
||||
<Container className="relative z-20 pt-20 pb-16 text-center lg:pt-32">
|
||||
<div className="hidden sm:mb-8 sm:flex sm:justify-center">
|
||||
<div className="relative rounded-full px-3 py-1 text-sm/6 text-gray-100 ring-1 ring-gray-100/5 hover:ring-gray-100/20">
|
||||
<div className="relative rounded-full px-3 py-1 text-sm/6 text-gray-100 ring-1 ring-gray-100/20 hover:ring-gray-100/5">
|
||||
Interested to Take Part?{' '}
|
||||
<a href="https://calendly.com/florian_threefold/30min" className="font-bold text-white0">
|
||||
<span aria-hidden="true" className="absolute inset-0" />
|
||||
@ -50,10 +50,7 @@ export function Hero() {
|
||||
<div className="mt-10 flex justify-center">
|
||||
<Button href="/about" color="white">Learn More</Button>
|
||||
</div>
|
||||
<div className="mt-36 lg:mt-44">
|
||||
<p className="font-display text-base text-white">
|
||||
Trusted by these six companies so far
|
||||
</p>
|
||||
<div className="mt-24 lg:mt-24">
|
||||
<ul
|
||||
role="list"
|
||||
className="mt-8 flex items-center 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"
|
||||
|
Loading…
Reference in New Issue
Block a user