Create the UI component that displays a single user profile. It should show the Name, Phone, and a list of "Potential Matches."
Crucial: Do not fetch from the database yet. Import dummy_data.json directly into the component and map over it to render the UI.
Acceptance Criteria: