Revisi Hero
This commit is contained in:
parent
3d4709493b
commit
4406dad9f8
|
|
@ -13,13 +13,12 @@ export default function Hero() {
|
||||||
<div className="absolute inset-0 bg-black/50"></div>
|
<div className="absolute inset-0 bg-black/50"></div>
|
||||||
|
|
||||||
<div className="relative z-10 flex flex-col justify-center h-full px-6 lg:px-20 text-white max-w-3xl">
|
<div className="relative z-10 flex flex-col justify-center h-full px-6 lg:px-20 text-white max-w-3xl">
|
||||||
<p className="text-lg">Mari menjadi bagian dari kami</p>
|
<header className="text-4xl md:text-6xl font-bold leading-tight mt-2">
|
||||||
<h1 className="text-4xl md:text-6xl font-bold leading-tight mt-2">
|
|
||||||
WALANJA <br /> TELEKOMUNIKASI
|
WALANJA <br /> TELEKOMUNIKASI
|
||||||
|
</header>
|
||||||
|
<h1 className="mt-4 text-2xl md:text-3xl>">
|
||||||
|
Always Connected
|
||||||
</h1>
|
</h1>
|
||||||
<p className="mt-4 text-lg">
|
|
||||||
Bergabung bersama kami untuk mewujudkan Indonesia Emas 2045
|
|
||||||
</p>
|
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
);
|
);
|
||||||
|
|
|
||||||
|
|
@ -58,7 +58,7 @@ export default function Navbar() {
|
||||||
scrolled ? "text-black" : "text-white"
|
scrolled ? "text-black" : "text-white"
|
||||||
}`}
|
}`}
|
||||||
>
|
>
|
||||||
WTELL
|
WTell
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue