add logo hero
This commit is contained in:
@@ -2,6 +2,7 @@ import Image from 'next/image'
|
||||
|
||||
import { Button } from '@/components/Button'
|
||||
import { Container } from '@/components/Container'
|
||||
import { Logo_hero } from '@/components/Logo_hero'
|
||||
import logoLaravel from '@/images/logos/laravel.svg'
|
||||
import logoMirage from '@/images/logos/mirage.svg'
|
||||
import logoStatamic from '@/images/logos/statamic.svg'
|
||||
@@ -38,10 +39,10 @@ export function Hero() {
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<h1 className="mx-auto max-w-4xl font-display text-5xl font-medium tracking-tight text-white sm:text-7xl">
|
||||
OurWorld
|
||||
</h1>
|
||||
<p className="mx-auto mt-6 max-w-2xl text-xl lg:text-2xl tracking-tight font-medium text-white/90">
|
||||
<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">
|
||||
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">
|
||||
|
||||
Reference in New Issue
Block a user