import { PageSkeleton } from "#components/pages"; export function ContactPage() { const title = "Contact Us"; const heading = "Contact Us"; return (

Contact email: contact@kemono.ru

Please allow up to 3-5 working days for your request to be processed. You may not receive a response if we are not interested.

); }