1import LandingHeader from "components/landing/header"; 2 3export default function Header() { 4 return <LandingHeader page="share" />; 5} 6 7