import { memo } from "react"; import { Link } from "react-router"; import PageLayout from "@/components/Shared/PageLayout"; import { Card, H3 } from "@/components/Shared/UI"; const Support = () => { return (

Support

For assistance, please email us at{" "} support@hey.xyz with a detailed description of your issue and how we can assist you.

Community Guidelines Terms of Service Hey Privacy Policy Lens Privacy Policy Copyright Policy

Send any legal requests to{" "} legal@hey.xyz

); }; export default memo(Support);