import { LandPage } from '@/components/land-page';

export default function CoinsPage() {
  return <LandPage title="Coins" />;
}
