'use client'; import BadgeButton from './BadgeButton'; import AboutButton from './AboutButton'; const PersonIcon = ( ); const InfoIcon = ( ); export default function HeaderButtons() { return (
Admin Login {/* If your server for about me is running on a different port, change the port number here */} About Me
); }