"use client"; import Link from "next/link"; import { Button } from "./ui/button"; import { ArrowRight } from "lucide-react"; import { HeaderBase } from "./header-base"; import Image from "next/image"; export function Header() { const leftContent = ( OpenCut Logo OpenCut ); const rightContent = ( ); return (
); }