'use client'; import styled from 'styled-components'; const HeadContainer = styled.header` position: relative; height: 64px; align-items: center; padding: 0px 8px; margin-bottom: 48px; display: flex; border: 0 solid #e5e7eb; color: rgb(244 244 245); grid-column-start: 2; grid-column-end: 4; `; const Title = styled.span` margin: 0 8px; `; const NextJsLogo = (props: any) => ( ); export default function Header() { return ( The React Framework ); }