import { Link } from 'react-router-dom' import { Button } from '@/components/ui/button' const LandingNavigation = () => { return ( ) } export default LandingNavigation