import React from "react"; import Link from "next/link"; export default class Header extends React.Component { constructor(props) { super(props); } render() { console.log("Header", "this.props", this.props); return (
8 800 333 75 75
) } }