test
<section class="hero">
<h1>Nowa kolekcja już dostępna</h1>
<p>Minimalistyczne produkty premium</p>
<a href="/collections/all" class="btn">Kup teraz</a>
</section>
.hero {
height: 90vh;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background: black;
color: white;
text-align: center;
}
.btn {
padding: 12px 24px;
background: white;
color: black;
text-decoration: none;
margin-top: 20px;
}