This repository has been archived on 2026-03-27. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
gractwo-pl/components/Banner.js
2022-05-14 21:46:05 +02:00

12 lines
295 B
JavaScript

export default function Banner() {
return (
<>
<section className="banner">
<img src="https://static.wikia.nocookie.net/42382a7a-14b7-4de3-b9eb-bb4c07618498/scale-to-width/755" />
<h1>Remont strony</h1>
<p>Tutaj znajdzie się banner ze zdjęciem.</p>
</section>
</>
);
}