import Link from 'next/link'; import { TrendingUp } from 'lucide-react'; export default function Header() { return (
{/* Logo */}
ProfitFlow
{/* Built with anycoder */} Built with anycoder
); }