"use client" import Link from "next/link" import { Button } from "@/components/ui/button" import { Youtube } from "lucide-react" export function Navigation() { return ( ) }