Zobacz jak pracuję
Jestem nie tylko deweloperem, ale także pasjonatem tworzenia stron internetowych, które nie tylko wyglądają świetnie, ale także działają bez zarzutu.
import { Hero, Button } from '@/components';
export function LandingPage() {
return (
<Hero
title="Twoja firma w internecie"
description="Nowoczesna strona,
która przyciąga klientów"
>
<Button variant="primary">
Sprawdź ofertę
</Button>
<Button variant="outline">
Zobacz realizacje
</Button>
</Hero>
);
}