import Link from 'next/link'; import React from 'react'; import { FaArrowRight } from 'react-icons/fa'; const UpdateProfileLink: React.FC = () => { return (

Update Your Profile

You can update your profile information here.

); }; export default UpdateProfileLink;