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