Hero name widen
This commit is contained in:
parent
d626c34ba2
commit
f2a5e2c1bc
|
|
@ -142,11 +142,11 @@ const Home = () => {
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-20 md:py-24 lg:py-28">
|
<div className="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-20 md:py-24 lg:py-28">
|
||||||
<div className="max-w-3xl">
|
<div className="max-w-5xl">
|
||||||
<div className="inline-flex items-center gap-2 rounded-md border border-white/20 bg-white/10 px-3 py-2 text-xs font-semibold uppercase tracking-wide text-primary-cyan">
|
<div className="inline-flex items-center gap-2 rounded-md border border-white/20 bg-white/10 px-3 py-2 text-xs font-semibold uppercase tracking-wide text-primary-cyan">
|
||||||
Veteran-owned communications and infrastructure partner
|
Veteran-owned communications and infrastructure partner
|
||||||
</div>
|
</div>
|
||||||
<h1 className="mt-6 text-4xl md:text-6xl lg:text-7xl font-bold leading-tight">
|
<h1 className="mt-6 text-4xl sm:text-5xl md:text-6xl lg:text-[4rem] xl:text-7xl font-bold leading-[1.05] lg:whitespace-nowrap">
|
||||||
Queue North Technologies
|
Queue North Technologies
|
||||||
</h1>
|
</h1>
|
||||||
<p className="mt-6 text-lg md:text-2xl text-white/80 max-w-2xl leading-relaxed">
|
<p className="mt-6 text-lg md:text-2xl text-white/80 max-w-2xl leading-relaxed">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue