"use client" import { MainNav } from "./main-nav" import { MobileNav } from "./mobile-nav" export function Header() { return (
) }