repl head

This commit is contained in:
2025-07-09 16:58:02 +02:00
parent 33ee366169
commit 600c3febe8
3 changed files with 9 additions and 9 deletions

View File

@@ -29,7 +29,7 @@ export function Hero() {
{/* Content */}
<Container className="relative z-20 pt-20 pb-16 text-center lg:pt-32">
<Container className="relative z-20 pt-24 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/20 hover:ring-gray-100/5">
Interested to Take Part?{' '}
@@ -42,7 +42,7 @@ export function Hero() {
<div className="mx-auto max-w-4xl flex justify-center">
<Logo_hero className='lg:h-auto h-0.5' />
</div>
<p className="mx-auto lg:mt-6 mt-2 max-w-2xl text-xl lg:text-2xl tracking-tight font-medium text-white/90">
<p className="mx-auto lg:mt-6 mt-4 max-w-2xl text-xl lg:text-2xl tracking-tight font-medium text-white/90">
Shaping the future of Augmented Collective Intelligence
</p>
<p className="mx-auto mt-6 max-w-2xl text-lg lg:text-xl tracking-tight text-white/90">
@@ -51,7 +51,7 @@ export function Hero() {
<div className="mt-10 flex justify-center">
<Button href="/about" color="white">Learn More</Button>
</div>
<div className="mt-24 lg:mt-24">
<div className="mt-16 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"