import Image from "next/image" import styled from "styled-components" export default styled(Image)` border-radius: 50%; `