import Avatar from "@/feature/Avatar"; import { ChevronRight } from "lucide-react"; import { type FC } from "react"; const PersonalInfo: FC = () => { return ( <>

Your profile info in Home services

Personal info and options to manage it. You can make some of this info, like your contact details, visible to others so they can reach you easily. You can also see a summary of your profiles.

Basic info

Some info may be visible to other services and tools using Home Guard.{" "} Learn more

{/* Profile Picture */}

Profile picture

Add a profile picture to personalize your account

{/* Name */}

Name

Amir Adal

); }; export default PersonalInfo;