Select Git revision
MiniMatrixRPi.pro
Hero.tsx 597 B
export default function Hero() {
return (
<header className="w-full bg-gray-900">
<div className="container mx-auto px-4">
<h2 className="mb-4 text-white text-2xl font-medium">
Az schdesign a Simonyi Károly Szakkollégium{" "}
<span className="text-pink">kreatív</span> alkotóműhelye.
</h2>
</div>
<div className="relative w-full overflow-hidden" id="hero-container">
<h1 className="text-hero pl-4 font-schdesign cursor-default select-none sm:pl-16 md:pl-24 md:pt-32 lg:pl-32 xl:pl-48 xl:pt-64">
schdesign
</h1>
</div>
</header>
);
}