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