import React from "react"; import { Button } from "@/components/ui/button"; import { BookOpen, FileText } from "lucide-react"; import Link from "next/link"; const TopBar = () => { return (