Exchange Crypto
Coming soon
If you prefer not to see this service, you will be able to hide it from Settings when it launches.
"use client"; import { motion } from "framer-motion" import { SideMenu } from "@/components/pages/dashboard/SideMenu" const fadeIn = { initial: { opacity: 0, y: 20 }, animate: { opacity: 1, y: 0 }, transition: { duration: 0.4 }, } export default function Exchange() { return (
Coming soon
If you prefer not to see this service, you will be able to hide it from Settings when it launches.